Pages

Men

rh

7/17/2012

GETDATE() Function in SQL Server

GETDATE() 
This is very common used method. it returns exact date time from the system 

Example:
SELECT GETDATE() 

O/P
2012-07-17 15:37:12.420

Back

No comments :

Post a Comment