show-notice
hide-notice

Tuesday 6 August 2013

NOW() Function in Sql Server


Introduction:

The NOW() function returns the current system date and time.
 
Syntax:
SELECT NOW() FROM table_name;


Example:
SELECT Product, Price, Now() AS PerDate
FROM Products; 

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com