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=\'
INTERSECT is not supported in MySQL. You need to restructure your query somehow. You might be able to use a subquery if you version of MySQL supports subqueries.
INTERSECT