but when uploaded to the hosting server ..nested sql statement is not allowed in mysql version MySQL 4.0.25-nt
Code:
SELECT * FROM ( SELECT Subject FROM Subject) AS sqlSubject
1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT Subject FROM Subject...
Leave a comment: