Query to remove decimal point
Hi all,
I have a table A, in which there is a column currency with integer values having decimal point, i have to just remove the decimal and keep the number as it is.
Ex:- A number 23.45 should be 2345
A number 17.9 should be 179
I have to do this for all the currency values of the table A.
Can someone kindly help me with a query.
regards,