Created
January 8, 2025 21:22
-
-
Save ValchanOficial/77b63835705042f78bfc2f1521d015fe to your computer and use it in GitHub Desktop.
[Postgres] select data where date is greater than day YYYY-MM-DD
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 * from my_table where created_at::date >= '2025-01-07'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment