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

Saturday, 14 May 2016

How to use now function in sql

select ProductName, Price, Now() AS PerDate
from Product;