Decimal data type wont work!

  • Thread starter Thread starter Cirene
  • Start date Start date
C

Cirene

I have a SQL Express db with a table field defined as data type
decimal(18,0).

When I type in .785 in the table field it rounds it to 1.

Any ideas why????
 
Cirene,

Isn't your specification saying that you want 0 digits to the right of the
decimal point?

Kerry Moorman
 
Back
Top