I have two tables: tables: products and posts
table products has field model with values "AH0002", "O-PO-201", "O-PO-304" etc. table posts has field post_title with values like "Product AH0002 is the best", "Red O-PO-201 is really good".
What I need is to display products rows where their name doesn't appear in posts table (in post_title field).
How to do it in mysql?