Illum Sapporo

Illum Sapporo Blog

SQLエラー: 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 '-10,10' at line 1
SQL: SELECT b.`keyno`,b.`title`,b.`sentence`,b.`displaydate`,b.`topimg`,b.`release` FROM `coating`.`blog` as b INNER JOIN `coating`.`blog_tag_data` as td ON b.`keyno` = td.bt_blogKeyno WHERE b.`displaydate` <= DATE(NOW()) AND b.`release`='する' AND td.bt_tagid = 15 ORDER BY b.`displaydate` DESC , b.`keyno` DESC LIMIT -10,10