Return current timestamp values.
Section: date and time functions
Get the current date and time
sql
sql
SELECT NOW(), CURRENT_DATE(), CURRENT_TIME();Explanation
Useful for diagnostics, defaults, and test queries.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing date and time functions