|
 |
|
|
SELECT *, b.id as book_id, p.tc_name as publisher FROM book b JOIN publisher p ON b.publisher_id = p.id WHERE b.status='enable' ORDER BY b.last_update DESC LIMIT -20,20 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 '-20,20' at line 1 | | | |