Hi, I am trying to do something relatively simple, but dont seem to be getting anywhere. My database stores money as cents. ie) 1243 would be $12.43 and 132453 would be $1324.53
how do I write a select statement to read the values 1243 and return the value 12.43 or 132453 and return 1324.53
Many Thanks