How can I display the result of the FROMAT function in german notation
like '#.###,##'?

I found no better way then this:
<code>
REPLACE(REPLACE(REPLACE( FORMAT(money,2),'.','x'),',','.'),'x',',') as
ge_money
</code>

does anybody know a solution?
thank's for help

Benedikt


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to