Code: Selecteer alles
Error
SQL-query:
UPDATE phpbb_users u, phpbb_posts p1 LEFT OUTER JOIN phpbb_posts AS p2 ON p1.poster_id = p2.poster_id AND p2.post_time < p1.post_time INNER JOIN phpbb_posts AS p3 ON p3.post_time = p1.post_time SET u.user_firstpost=p3.post_time WHERE p2.post_time IS NULL AND p1.poster_id = u.user_id
MySQL said: You have an error in your SQL syntax near 'u, phpbb_posts p1 LEFT OUTER JOIN phpbb_posts AS p2 ON p1.poster_id = p2.poster_' at line 1
Back