I've got two tables, customers and license, i am trying to run a query that will get the customer and license data, the two tables both have a matching customer ID. One customer ID can be in the license db several times, i.e. for trial and suspended licenses.
I want to be able to get the customer details with the most recent license aswell, i.e. get the license that has the latest expiry date.
Thanks,
James
I want to be able to get the customer details with the most recent license aswell, i.e. get the license that has the latest expiry date.
Thanks,
James
Comment