ryan
0
Q:

sql current date

In MySQL the CURDATE() returns the current date in 'YYYY-MM-DD' format or 'YYYYMMDD' format depending on whether numeric or string is used in the function. CURRENT_DATE and CURRENT_DATE() are the synonym of CURDATE()
2
SELECT GETDATE(); 
3
GETDATE()
3
SELECT NOW();
It returns current date and time.
2
Add GETDATE() in sql query where you want to pass current timestamp.

Example
Return the current database system date and time:

SELECT GETDATE();
0
SELECT getdate()
1

New to Communities?

Join the community