count number of decimal
499841Sep 15 2007 — edited Sep 17 2007Hi all,
I have the table
List
flag_circ char(1)
impo number(11,3)
and I have to update flag_circ, if the number of decimal of the field impo, are 0 or 1
For example
Impo value
123,444 --> no update
123,44 --> no update
123,4 --> yes update
123 --> yes update
I'm trying those functions like round, mod, trunc, but don't work!
Some suggestions?
Thank's form Madrid
Paolo