( SELECT SUM(misyukko.dataint11)
FROM misyukko
where syouhinid='$kokyakuorderbango'
) AS total_amount
For Example:
If the sum is 12345 it will be displayed as 123,45
If the sum is 12345678 it will be displayed as 123,456,78
How to solve it?
