jchewsmith
Technical User
I need to create a subquery to get the MIN(INVDATE) for an order and return the MINDate in the query.
Order Table = order id, cust id
Inv table = cust id, order id and Invdate
I need my query to display all invoices for a customer and the oldest invoice for that customer
Order Table = order id, cust id
Inv table = cust id, order id and Invdate
I need my query to display all invoices for a customer and the oldest invoice for that customer