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 '-25, 25' at line 1

SELECT b.boat_id, b.name, b.lys, b.length_overall, b.width, b.bunks_min, b.bunks_max, b.distinguish, g.group_id FROM boat b LEFT JOIN groups g ON g.boat_id = b.boat_id WHERE 1 ORDER BY b.name LIMIT -25, 25

[TEP STOP]