R
Roy Goldhammer
Hello there
I have order table
In the order table i have clitntID and OrderID
Each client have more then one order
On the query i need to get total money of all orders and total clients.
when i do it only with Orders table and Count function i get all orders and
not all clients
is there a way to get only clients?
I have order table
In the order table i have clitntID and OrderID
Each client have more then one order
On the query i need to get total money of all orders and total clients.
when i do it only with Orders table and Count function i get all orders and
not all clients
is there a way to get only clients?