MySQL Error: 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 '16_0_1_0_M, 8' at line 9
Query: select distinct year,month,day from pm_weblog where weblog = 'weblog' and status = 'open' and preview != '1' and t_stamp <= '1280544385' and x_stamp >= '1280544385' order by sticky DESC, t_stamp desc limit 16_0_1_0_M, 8

MySQL Error: 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 ') order by sticky DESC, t_stamp desc' at line 6
Query: select *, GREATEST(c_date, t_stamp) AS cw_date from pm_weblog where weblog = 'weblog' and status = 'open' and preview != '1' and t_stamp <= '1280544385' and x_stamp >= '1280544385' ) order by sticky DESC, t_stamp desc

<< before

after >>