1 UPDATE ibf_profile_portal
2 SET pp_main_photo = avatar_location
3 WHERE avatar_location =
4 (
5 SELECT p.pp_main_photo, me.avatar_location
6 FROM ibf_profile_portal as p
7 LEFT JOIN ibf_member_extra as me on (p.pp_main_photo = me.avatar_location)
8 WHERE me.avatar_location LIKE ('bots/mafia_bots/avatars/%');
9 );
Error: #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 '' at line 8





Contributor











