| Posted by Erland Sommarskog on 10/05/07 07:16 
(tatata9999@gmail.com) writes:> I've tried DECIMAL(1) and (2) respectively to no avail.  Do you have a
 > sample one?  Thanks.
 
 Decimal(1) means a number in the range 0-9 with no decimals.
 
 I usually sort this out by simply multiplying with 1.0. Like in many other
 languages, / in T-SQL is integer division when two integers meet.
 
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server 2005 at
 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
 Books Online for SQL Server 2000 at
 http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
  Navigation: [Reply to this message] |