Skip to content

Instantly share code, notes, and snippets.

@WinXaito
Created September 5, 2019 14:09
Show Gist options
  • Save WinXaito/804304cb7d7d41047cc78d1f743690ac to your computer and use it in GitHub Desktop.
Save WinXaito/804304cb7d7d41047cc78d1f743690ac to your computer and use it in GitHub Desktop.
SELECT a.uuid, a.nom, f.nom, lc.date_livraison_prevue
FROM articles a
INNER JOIN fournisseurs f ON a.fournisseurs_uuid = f.uuid
INNER JOIN lignes_commandes lc ON lc.articles_uuid = a.uuid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment