salut ,
voici l erreur qui s'affiche :
you tried to execute a query that does not include the specified expression 'status' as part of an aggregate function
et voila la query:
SELECT Sum(CCVISTA.pages) as SumOfPages,CCVISTA.status,CCVISTA.lv
FROM (CCVISTA INNER JOIN celex on CCVISTA.celex=celex.name)
WHERE ( CCVISTA.status='Under finalisation' AND celex.int_st2='NS' )
ORDER BY CCVISTA.lv
merci pour votre aide![]()
Partager