Ok. There must be something wrong with your server, because both of these queries should be working.
Check this one. It's as basic as it gets:
[code=mysql]SELECT (SELECT TRUE);[/code]
That should work on all MySQL version 4.1 and later.
What is the exact version of your server btw?
As far as I know, there is nothing in the configuration that should cause syntax errors like these. Even if you could somehow disable sub queries, I highly doubt it would be causing syntax errors.
Check this one. It's as basic as it gets:
[code=mysql]SELECT (SELECT TRUE);[/code]
That should work on all MySQL version 4.1 and later.
What is the exact version of your server btw?
As far as I know, there is nothing in the configuration that should cause syntax errors like these. Even if you could somehow disable sub queries, I highly doubt it would be causing syntax errors.
Comment