Last active
April 27, 2019 15:30
-
-
Save YhorbyMatias/ac422212b99df6315ffa87f48a3a9079 to your computer and use it in GitHub Desktop.
query informe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
Convert ([datetime], | |
+ (Convert(Varchar , DatePart(year, createdDate ))) + '-' | |
+ (Convert(Varchar , DatePart(month, createdDate ))) + '-' | |
+ (Convert(Varchar , DatePart(day, createdDate ))) + ' ' | |
+ (Convert(Varchar , DatePart(hour, createdDate ))) + ':00' | |
) as dataBaseByHour | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment