I am trying to perform a MINUS operation in MySql.I have three tables:
MINUS
MySQL Does not supports MINUS or EXCEPT,You can use NOT EXISTS , NULL or NOT IN.