Skip to content

Instantly share code, notes, and snippets.

@alikrc
Created July 12, 2018 08:10
Show Gist options
  • Save alikrc/851f41155d94a7ad83f88e27c9f5e726 to your computer and use it in GitHub Desktop.
Save alikrc/851f41155d94a7ad83f88e27c9f5e726 to your computer and use it in GitHub Desktop.
Take only date part of full date
select CONVERT(DATE,'2018-07-18 00:00:00')
--RESULT: 2018-07-18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment