I have two tables as shown below they have a one to many relationship. match table (one) message_log table (many) using match_id as a FK
Table 1
Table 2
I'm trying to write an sql statement that would return all the match_ids that do not exist in the message_log table.