Answers for "how to fetch the date without timestamp in sql"

SQL
3

sql server current date without time

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

Code answers related to "how to fetch the date without timestamp in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language