Converting decimal to String
404161Nov 24 2004 — edited Nov 27 2004Hello,
I want to handle a number stored in a MySQL database as a string. The database type is decimal(5,2). If the decimal portion is .00, then it only returns .0 (1 zero). Can someone help me out?
Thanks!