I'm trying to write a select statement that lists the first Invoice sent out to each of our customers. The catch is that the lowest Invoice number with that customer ID may not be the first sent out to a customer.
i.e. We are invoicing a customer in two different systems and require a union query. Both files have common customer numbers and an invoice date
i.e. We are invoicing a customer in two different systems and require a union query. Both files have common customer numbers and an invoice date