How do I change the format of a number in an sql query to return a
number in the format of #,### in Sybase?
I've tried format, cast... nothing seems to work..
Thanks !
Neta
substring (convert (char (N+3), convert (money, <NUMBER>, 1), 1, N)
in order to get an N-length string with commas for cardinal numbers.
<ne...@actimize.com> wrote in message
news:1124183263.1...@g44g2000cwa.googlegroups.com...