Hi Guys,
Im a bit stuck and cant get my head around this MySQL. Here are my abridged tables I wish to query:
print(printID, eventID, printTime)
sales(saleID, eventID, saleTime)
I wish to get the last print time for each event, then select the sale IDs which have that eventID with a sale time greater than the last print time.
I've tried loads of ways but I can't figure it. Please help!