Hi all,
I have a simple Update statement that goes like this:
Update <Tablename>
Set <Columnname> = 0.00
Where ....
The Column is of Float type, and is set to Null, instead of zero when I call this statement from my application.
Why does that happen? How do I set it to zero?
TIA,
Sheila
I have a simple Update statement that goes like this:
Update <Tablename>
Set <Columnname> = 0.00
Where ....
The Column is of Float type, and is set to Null, instead of zero when I call this statement from my application.
Why does that happen? How do I set it to zero?
TIA,
Sheila