Hi there,
Suppose I have two tables, customer and order.
for 1 customer, I can have 0 or more orders with details.
how can I manage to get, for each customer, his last order, (considering the date). Of course I wanna get some info from customer table and order table.
example
with :
client...