Hi all,
I converted some legacy data into a SQL Server database. When I inserted data, I thought I was getting whole numbers. Unfortunately, that wasn't the case, so I inserted whole numbers into this particular field.
For example, in the legacy data, I had the value 200, and it is now in my SQL Server database as 200.00. Unfortunately, this is supposed to be 2.00.
Is there a way that I can move the decimal over two places to the left in a SQL Query so that my values will be correct?
Any help is appreciated,
Cen
I converted some legacy data into a SQL Server database. When I inserted data, I thought I was getting whole numbers. Unfortunately, that wasn't the case, so I inserted whole numbers into this particular field.
For example, in the legacy data, I had the value 200, and it is now in my SQL Server database as 200.00. Unfortunately, this is supposed to be 2.00.
Is there a way that I can move the decimal over two places to the left in a SQL Query so that my values will be correct?
Any help is appreciated,
Cen