Showing posts with label formate function. Show all posts
Showing posts with label formate function. Show all posts

Saturday, 14 May 2016

How to formate in sql


select ProductName, Price, FORMAT(Now(),'YYYY-MM-DD') AS PerDate
from Product;