I have two tables:
tickets
tickets_updates
I think there are a few extra rows in tickets_updates where a record doesn't exist in the tickets table
What is the best way to run SQL Code to say:
Delete all from tickets_updates where ticket_seq is not in tickets (sequence)
sequence in the tickets table matches ticket_seq in the tickets_updates table