MySQL-Fehler: 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 '-30, 30' at line 4
SELECT f.*, u.username, u.user_lastvisit, u.user_regdate, u.user_posts, u.user_avatar, u.user_from, u.user_lastlogon, u.user_birthday, u.user_gender, u.user_totaltime, u.user_totallogon FROM phpbb_mps_friends as f, phpbb_users as u WHERE f.user_b = u.user_id ORDER BY username LIMIT -30, 30