I have a CUSTOMERS and ORDERS table. One customer may have many orders.
I would like to produce a query which lists the customer details and the last order they made.
I am trying to do this by placing a condition on the DateofOrder which specifies the most recent one - but am not getting any where - can anyone help please?
I would like to produce a query which lists the customer details and the last order they made.
I am trying to do this by placing a condition on the DateofOrder which specifies the most recent one - but am not getting any where - can anyone help please?