Skip
Arish's avatar

114. Practice - Date and Time


Exercise

Get current date and time.

Solution

sql
1SELECT DATE('now') AS today, TIME('now') AS current_time;