K
Kristof
When I make a query, I can choose "count" as a function.
Suppose I have one customer who bought 2 products in 1
order.
If I ask the query to count the number of orders, the
result will be 2 because he counts the orderlines. Now, I
want the query to count the distinctive orderlines, so the
result should become one.
How can I do this?
Suppose I have one customer who bought 2 products in 1
order.
If I ask the query to count the number of orders, the
result will be 2 because he counts the orderlines. Now, I
want the query to count the distinctive orderlines, so the
result should become one.
How can I do this?