Answers for "How can store date without time 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 can store date without time in SQL?"

Code answers related to "SQL"

Browse Popular Code Answers by Language