I need a couple of exclusive Queries to check an "availability" factor within a db.
The query is okay so far I have been raising it in various ways and I think this is the most correct but it keeps giving me an error
from Usuario judge where judge.juez = 1 and judge.idusuario not in Usuariomaraton
Could someone tell me what is wrong with the query that is why I am not able to extract what I am looking for (All users that have judge value 1 and are not in the Usuariomaraton table).