You are on page 1of 1

SELECT

FROM
WHERE
GROUP BY

SUBSTR( nom_article_famille, 1, 3 ) nom,


COUNT( * ) nbre
article_famille
ASCII( UPPER( SUBSTR( nom_article_famille, 1, 1 ) ) ) = 65
SUBSTR( nom_article_famille, 1, 3 )

You might also like