Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql current date

Add GETDATE() in sql query where you want to pass current timestamp.

Example
Return the current database system date and time:

SELECT GETDATE();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sql #current #date
ADD COMMENT
Topic
Name
2+4 =