Answers for "how do you get the date without the time in sql"

SQL
3

sql server current date without time

SELECT CAST (GETDATE() AS DATE)
Posted by: Guest on May-26-2020
1

sql display today's date

SELECT getdate()
Posted by: Guest on April-28-2020

Code answers related to "how do you get the date without the time in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language