Online Home
SELECT GETDATE() //will give current date
SELECT CAST(GETDATE() AS DATE) //will give only date
No comments:
Post a Comment