Basit Khan

Basit Khan

  • NA
  • 336
  • 121.2k

What to use Float or numeric(18,0)

Nov 29 2016 8:42 AM
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)