Could someone please tell me what is the error in this sentence or what is missing?
select count(distinct BLART) from COV_SAP_AccP_LA where Country = "XXX"
I'm doing it in access
and what I want is for you to tell me separately the different data that there is in a column.
The error that appears on the screen is
Syntax error (missing operator) in query expression 'count (distinct BLART)'
I already reviewed several examples but I do not know if access
has a different syntax.
Thanks in advance