(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/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx