Skip to content

Instantly share code, notes, and snippets.

@BababaBlue
Created December 30, 2018 03:41
Show Gist options
  • Save BababaBlue/ccd70551d1b2db38a953d69edc97707a to your computer and use it in GitHub Desktop.
Save BababaBlue/ccd70551d1b2db38a953d69edc97707a to your computer and use it in GitHub Desktop.
This was used to extract all the websites from the db
SELECT * FROM DB.INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME LIKE '%options%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment