I have a column that is currency displayed as a numeric field. So, '$3.15' is recorded as '315'. When doing my query, I'm looking to place a decimal two places into these numbers so that 2066 becomes 20.66 and 315 becomes 3.15
I know it's most likely an easy cast or convert, but I have searched all around and I cannot find a solution. I'm building my query in SQL Server 2005 Express.
Thanks in advance for the help!