Skip to content

Commit

Permalink
Traduction d'un reste d'anglais
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax authored and gleu committed Apr 1, 2019
1 parent b680826 commit b5b3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/queries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ SELECT ... FROM fdt WHERE EXISTS (SELECT c1 FROM t2 WHERE c2 &gt; fdt.c1)</progr
Dans cet exemple, les colonnes <literal>produit_id</literal>,
<literal>p.nom</literal> et <literal>p.prix</literal> doivent être dans la
clause <literal>GROUP BY</literal>, car elles sont référencées dans la liste de
sélection de la requête (but see below). La colonne
sélection de la requête (voir plus loin). La colonne
<literal>s.unite</literal> n'a pas besoin d'être dans la liste <literal>GROUP
BY</literal>, car elle est seulement utilisée dans l'expression de l'agrégat
(<literal>sum(...)</literal>) représentant les ventes d'un produit. Pour
Expand Down

0 comments on commit b5b3b42

Please sign in to comment.