Answers for "format the money fied with comma in international system using sql"

SQL
0

format the money fied with comma in international system using sql

select FORMAT(123456789,'#,#.00')  --> 123,456,789.75

select FORMAT(1500350.75, 'c','en-au')
Posted by: Guest on August-26-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language