emulation of SQL Minus operator
Hello good morning,
I've been using Analytics for a while now and I notice that it doesn't have the SQL Minus operator, to make a difference between two data sets.
Searching the internet, mysql did not have it some time ago, and all that was left was to do an emulation using left join or rigth join.
My question is, should I go the left join or rigth join path to emulate the SQL minus operator? or is there any other way to do it?
From already thank you very much.
Regards,
Pablo