Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Hazem-Ben-Khalfallah/22919fdd779a18178845f09cbb0d5ec5 to your computer and use it in GitHub Desktop.
[Find table by name like a pattern] #sql
SELECT table_name
FROM information_schema.tables
WHERE table_schema = 'lisa_dev_test2'
AND table_name LIKE '%intent%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment