Skip to content

Instantly share code, notes, and snippets.

@Hazem-Ben-Khalfallah
Created November 15, 2025 06:12
Show Gist options
  • Select an option

  • Save Hazem-Ben-Khalfallah/c1580ee31e9b2c7b4a66d82f295cc88a to your computer and use it in GitHub Desktop.

Select an option

Save Hazem-Ben-Khalfallah/c1580ee31e9b2c7b4a66d82f295cc88a to your computer and use it in GitHub Desktop.
[Filter by date in Interval] #sql #mysql
SELECT * FROM source.jag_future_service_interaction
where createdOn >= now() - interval 3 day;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment