0 votes
in Sql by
What is the SQL query to display the current date?

1 Answer

0 votes
by

There is a built-in function in SQL called GetDate(), which is used to return the current timestamp.

...