Remove time from datetime


/ Published in: SQL
Save to your folder(s)

select cast(floor(cast(getdate() as float)) as datetime)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.