Fix UNION syntax for MySQL
Apparently MySQL doesn't support this syntax: (...) UNION (...) instead it only supports: ... UNION ...
Showing
Please register or sign in to comment
Apparently MySQL doesn't support this syntax: (...) UNION (...) instead it only supports: ... UNION ...