Returns the current year, month, day, hour, minute, second and fraction of a second.
GETDATE( )
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.
SQL/2003 Vendor extension.
The following statement returns the system date and time.
SELECT GETDATE( ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |