Informatics Practices

Write SQL statement to display

Today, the date is <current date>

SQL Queries

1 Like

Answer

SELECT CONCAT('Today, the date is ', CURDATE()) AS CURDATE;

Answered By

1 Like


Related Questions