Login
Remember
Register
Ask a Question
What is the SQL query to display the current date?
0
votes
asked
Nov 7, 2021
in
Sql
by
rajeshsharma
What is the SQL query to display the current date?
sql-query
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 7, 2021
by
rajeshsharma
There is a built-in function in SQL called GetDate(), which is used to return the current timestamp.
...