SQL/DB Error:
[Table 'データベース名.Array' doesn't exist]
SELECT post_date, YEAR(post_date) as year, MONTH(post_date) as month FROM Array WHERE post_date < '2005-01-01 0:00:00' AND post_status = 'publish' ORDER BY post_date DESC
SQL/DB Error:
[Table 'データベース名.Array' doesn't exist]
SELECT post_date, YEAR(post_date) as year, MONTH(post_date) as month FROM Array WHERE post_date < '2005-01-01 0:00:00' AND post_status = 'publish' ORDER BY post_date DESC