Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ValchanOficial/77b63835705042f78bfc2f1521d015fe to your computer and use it in GitHub Desktop.
Save ValchanOficial/77b63835705042f78bfc2f1521d015fe to your computer and use it in GitHub Desktop.
[Postgres] select data where date is greater than day YYYY-MM-DD
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