today date ins ql code example
Example 1: mysql current date
SELECT NOW();
It returns current date and time.
Example 2: 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();