WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'oldsite_dcvwp.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

 
“Tác giả”

Thể chế lạc hậu và căn bệnh thành tích

Thể chế lạc hậu và căn bệnh thành tích

Chúng ta đều biết rằng, theo logic thông thường, một thể chế tốt sẽ tạo ra thành tích và một thể chế bất hợp lý sẽ không tạo ra thành tích. Tuy nhiên, trên thực tế, một số thể chế bất hợp lý vẫn tạo ra thành tích. Tại sao lại có hiện tượng như [...]

10:24:pm 02/04/09 | Đăng tại QUAN ĐIỂM | Đọc tiếp »