
Untitled
By: a guest on
May 4th, 2012 | syntax:
None | size: 0.48 KB | hits: 13 | expires: Never
MySQL field 'option' is not working
SELECT option as value, name as text from jos_components where parent = 0 and enabled=1 order by name
#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 'option as value, name as text from jos_components where parent = 0 and enabled=1' at line 1
SELECT `option` as value, name as text from jos_components where parent = 0 and enabled=1 order by name