Interview Question in Sql Server Views
Interview Question :: I dont know how to fix a problem with my computer i am having that causes me to not be able to view a website
it says something about my sql syntax:
user warning: 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 'INNER JOIN node_access na ON na.nid = node.nid LEFT JOIN node n ON node.nid = n.' at line 1 query: pager_query INNER JOIN node_access na ON na.nid = node.nid LEFT JOIN node n ON node.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 2 AND na.realm = 'forum_access') OR (na.gid = 2 AND na.realm = 'term_access'))) AND ((n.moderate != 1 OR n.uid = 8164)) in /home/sky7ani/public_html/includes/datab... on line 164.
user warning: 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 'INNER JOIN node_access na ON na.nid = node.nid LEFT JOIN node n ON node.nid = n.' at line 1 query: pager_query INNER JOIN node_access na ON na.nid = node.nid LEFT JOIN node n ON node.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 2 AND na.realm = 'forum_access') OR (na.gid = 2 AND na.realm = 'term_access'))) AND ((n.moderate != 1 OR n.uid = 8164)) LIMIT 0, 42 in /home/sky7ani/public_html/includes/datab... on line 164.
what does this mean and how do i fix it??

Loading ...