Skip to content

Instantly share code, notes, and snippets.

View wammy67's full-sized avatar
🤔

Nika Samadashvili wammy67

🤔
  • Berlin, Germany
View GitHub Profile
SELECT
createdate
FROM acc.ventries
WHERE cast(datepart(hour, createdate) as int) between 19 and 24
or cast(datepart(hour, createdate)as int) between 0 and 9