I'm just having a problem with a query. I have two tables employe and tournee.
I need to select the name (nom) of all the employes who made less than 4 tour (tournee).
I used this query : query
but the problem is that I have "#1242 - Subquery returns more than 1 row"
I tried to use WHERE .. IN instead of WHERE but not relly sure how to use it
Thanks for your help !