Return the current date and current timestamp.
Section: Date and Time Functions
Get current date and timestamp
sql
sql
SELECT CURRENT_DATE AS today, CURRENT_TIMESTAMP AS now_ts;Explanation
These values are useful for auditing and reporting 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