SELECT FORMAT(column_name,format) FROM table_name;
SELECT ProductName, Price, FORMAT(Now(),'YYYY-MM-DD') AS PerDate FROM Products;
SHARE THIS POST
Subscribe to our Free Email Updates!
0 comments :
Post a Comment