WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'cantehk_wrdp1.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 DISTINCT 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

Archive for December, 2010

Saturday, December 18th, 2010

10,000 Hour Rule

I came across this video explaining what it takes to “master” a language. There is a rule of 10,000 hours in order to master anything. It would take 30 years of 1 hour per day to master a language, 10 years of 3 hours per day, 5 years of 6 hours per day […]

4 Comments » - Posted in Learning by 馬先生