I\'m new to mysql so please be kind. I\'m getting the following error for my script and im not sure whats wrong with it.
SELECT uoid FROM mint WHERE mint_id=\'
This is because intersect only work on same table, not on different tables as you are trying. See this
In place of intersect use join statement syntax. And INTERSECT does exist in sql