How to use having in this query – Phpmyadmin
How to use having in this query? I wrote a query, for trending posts. SELECT * FROM auteurs INNER JOIN posts ON auteurs.id = posts.auteur_id this works, but it should only show the post with more then 10 likes, when…