Skip to content

Instantly share code, notes, and snippets.

@twesolowski
Created November 15, 2013 08:19
Show Gist options
  • Save twesolowski/7480906 to your computer and use it in GitHub Desktop.
Save twesolowski/7480906 to your computer and use it in GitHub Desktop.
WPSQL-terms_tax
SELECT * from wp_terms t
LEFT JOIN wp_term_taxonomy tt ON t.term_id=tt.term_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment