3
Answers

What to use Float or numeric(18,0)

basit khan

basit khan

8y
255
1
Hi,
 
I have table called MaterialRequest
 
ReqNo   numeric(18,0)
ReqNumber nvarchar(50)
ReqQty   numeric(18,2) or Float
 
 
What is the best data type which should i used? and also for amount numeric or float
 
Thanks
Basit. 
Answers (3)