Are there any currency functions in MySQL? I’m using ASP (I’m being forced).. and I’m trying to format a numeric field to display a currency. I figured there might be a way to do this with-in the SQL statement- you know something like: SELECT name, sale_no, currency_function(price) etc…. Any ideas?
Thanks





Bookmarks