Hi
Just wondering if it possible with MYSQL to make numeric values show number that is uses comma to separate thousands.
example: 1000
1,000 - with sql code
In oracle I can use to_num syntax, but no idea how to do it in MySQL.
Thanks
Roman
Just wondering if it possible with MYSQL to make numeric values show number that is uses comma to separate thousands.
example: 1000
1,000 - with sql code
In oracle I can use to_num syntax, but no idea how to do it in MySQL.
Thanks
Roman
Comment