Link to home
Start Free TrialLog in
Avatar of saibsk
saibsk

asked on

money datatype

I have money datatype column. Some of the rows have value for the column as 0.00. I need to filter those records.

Can you please tell me how the where caluse shd be?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of saibsk
saibsk

ASKER

the values are in 0.00 format i am still getting the records.
hmmm.... how do you "display" the values?

possibly, the values are close to 0, like 0.0001, and the display shows the "rounded" value.
or, you have NULL, and the display shows 0.00 instead.