Potřebujete FORMAT
funkce:
http://dev.mysql.com/doc /refman/5.0/cs/string-functions.html#function_format
SELECT
P.price,
FORMAT(P.price, P.decimals) as price,
P.decimals
FROM
product P;
Potřebujete FORMAT
funkce:
http://dev.mysql.com/doc /refman/5.0/cs/string-functions.html#function_format
SELECT
P.price,
FORMAT(P.price, P.decimals) as price,
P.decimals
FROM
product P;