Created
November 24, 2022 15:12
-
-
Save mshakhomirov/2ba5a67053f85794462dab98e56ad74d to your computer and use it in GitHub Desktop.
This file contains 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 | |
dt | |
from | |
unnest(generate_date_array('2019–12–04', '2020–09–17', interval 1 day)) as dt | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment