Database error: Invalid SQL: SELECT ttb_shows.show_id, ttb_shows.show_name FROM ttb_shows RIGHT JOIN (ttb_imgs LEFT JOIN ttb_books ON ttb_imgs.book_id = ttb_books.book_id) ON ttb_shows.show_id = ttb_books.show_id WHERE show_name like '%%' GROUP BY ttb_shows.show_id, ttb_shows.show_name ORDER BY show_name LIMIT 50 OFFSET -50
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-50' at line 1)
Session halted.