Skip to content

Instantly share code, notes, and snippets.

@ashour
Created March 25, 2020 12:33
Show Gist options
  • Save ashour/088c1009aab3035f057bd75e51c9706d to your computer and use it in GitHub Desktop.
Save ashour/088c1009aab3035f057bd75e51c9706d to your computer and use it in GitHub Desktop.
SElECT articles_i18n.id AS id, published_at, title, body
FROM articles_i18n
INNER JOIN articles_i18n_translations ON article_id = articles_i18n.id
WHERE locale = "fr";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment