Hab dieses Query
Aber es kommt
MySQL error description : 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 'l
INNER JOIN hs_dir_nest n ON n.lft
Code:
DELETE FROM `hs_dir_links` l INNER JOIN hs_dir_nest n ON n.lft BETWEEN n2.lft AND n2.rgt INNER JOIN hs_dir_nest n2 ON l.cat_id = n.nest WHERE n2.nest = ".$did
Aber es kommt
MySQL error description : 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 'l
INNER JOIN hs_dir_nest n ON n.lft
Kommentar