January 5, 2010 at 10:18 pm
Hi For All
Please Tell me Differnce Between int and numeric(18,0)?
And Whats mean (18,0) in numeric(18,0)?
Thanks For all
January 5, 2010 at 10:41 pm
faravani (1/5/2010)
Hi For AllPlease Tell me Differnce Between int and numeric(18,0)?
And Whats mean (18,0) in numeric(18,0)?
Thanks For all
int is for Integer values as 1,2,3,4,5.... while numeric functionally acts as a deciman, if you are using numeric(18,0), it means that the total number of digits you can use is 18 without any scale or point.
kshitij kumar
kshitij@krayknot.com
www.krayknot.com
January 6, 2010 at 8:04 am
Check out BOL (Books Online). It should tell you the difference in further detail.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply