I need help with the following query. I have two tables:
1) ORDERS(columns: fileid(pk), status, office, other fields)
2) INVOICES(columns: invoiceid(pk), fileid, status, date, amount, other fields)
I can have multiple invoices for an order.
I would like to select all the orders that match a...