Created
March 25, 2020 12:33
-
-
Save ashour/088c1009aab3035f057bd75e51c9706d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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