आपको FORMAT . की आवश्यकता है समारोह:
https://dev.mysql.com/doc /refman/5.0/hi/string-functions.html#function_format
SELECT
P.price,
FORMAT(P.price, P.decimals) as price,
P.decimals
FROM
product P;
आपको FORMAT . की आवश्यकता है समारोह:
https://dev.mysql.com/doc /refman/5.0/hi/string-functions.html#function_format
SELECT
P.price,
FORMAT(P.price, P.decimals) as price,
P.decimals
FROM
product P;