# Wed Apr 16 11:24:33 2008
# Query_time: 2  Lock_time: 0  Rows_sent: 22  Rows_examined: 213
use theclari_clarionReport;
SELECT post_title, DAYOFMONTH(post_date) as dom FROM wp_posts WHERE YEAR(post_date) = '2007' AND MONTH(post_date) = '10' AND post_date < '2008-04-16 10:24:31' AND post_type = 'post' AND post_status = 'publish'

