Skip to content

Instantly share code, notes, and snippets.

@awestmoreland
Created February 28, 2016 20:41
Show Gist options
  • Save awestmoreland/b079dfa62e237d4227d4 to your computer and use it in GitHub Desktop.
Save awestmoreland/b079dfa62e237d4227d4 to your computer and use it in GitHub Desktop.
SELECT * FROM promotion_translations
JOIN promotions ON promotions.id = promotion_translations.promotion_id
WHERE promotion_translations.id = YOUR_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment