 
 
 ![GET_IDENTITY function [Miscellaneous]](gif/backward.gif) 
 ![GRAPHICAL_PLAN function [Miscellaneous]](gif/forward.gif) 
 ASA SQL Reference
  SQL Functions
    Alphabetical list of functions
Returns the current year, month, day, hour, minute, second and fraction of a second. The fraction of a second. The accuracy is limited by the accuracy of the system clock.
The information the GETDATE function returns is equivalent to the information returned by the NOW function and the CURRENT TIMESTAMP special value.
GETDATE ()
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
CURRENT TIMESTAMP special value
The following statement returns the system date and time.
SELECT GETDATE( )
 
 
 ![GET_IDENTITY function [Miscellaneous]](gif/backward.gif) 
 ![GRAPHICAL_PLAN function [Miscellaneous]](gif/forward.gif)