Computer Science, asked by guti5, 2 days ago

Write SQL statement to display
Today, the date is <current date>​

Answers

Answered by Himaluwj4
0

MYSQL CURDATE() Function

The CURDATE() function returns the current date. Note: The date is returned as "YYYY-MM-DD" (string) or as YYYYMMDD (numeric). Note: This function equals the CURRENT_DATE() function.

Similar questions