G
Guy Cohen
Hi all
I have an integer column with currency information in cents.
How do I select x/100 correctly ? currently the result truncates the cents.
"SELECT mycolumn/100 from mytable"
Please advise
Guy
I have an integer column with currency information in cents.
How do I select x/100 correctly ? currently the result truncates the cents.
"SELECT mycolumn/100 from mytable"
Please advise
Guy