Guest User

Untitled

a guest
May 4th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. MySQL field 'option' is not working
  2. SELECT option as value, name as text from jos_components where parent = 0 and enabled=1 order by name
  3.  
  4. #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
  5.  
  6. SELECT `option` as value, name as text from jos_components where parent = 0 and enabled=1 order by name
Advertisement
Add Comment
Please, Sign In to add comment