Afficher un message
Vieux 05/10/2007, 09h16   #15
Erland Sommarskog
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: time conversion hiccup

(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
  Réponse avec citation
 
Page generated in 0,04662 seconds with 9 queries