आपको FORMAT
. की आवश्यकता है समारोह:
http://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
. की आवश्यकता है समारोह:
http://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;