我需要有关 sql oracle 的帮助,我的 group by 不起作用,我正在使用 shell,所以我没有任何帮助。
有人可以告诉我如何按 noArticle 对下一个请求进行分组。
SELECT Article.noArticle, quantite
FROM Article LEFT JOIN LigneCommande ON Article.noArticle = LigneCommande.noArticle
GROUP BY Article.noArticle
/
谢谢