Showing posts with label How to use now function in sql. Show all posts
Showing posts with label How to use now function in sql. Show all posts

Saturday, 14 May 2016

How to use now function in sql

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