# Tue Jan 15 05:36:03 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 8  Rows_examined: 154
use theclari_clarionReport;
SELECT DISTINCT DAYOFMONTH(post_date)
		FROM wp_posts WHERE MONTH(post_date) = '01'
		AND YEAR(post_date) = '2008'
		AND post_type = 'post' AND post_status = 'publish'
		AND post_date < '2008-01-15 05:36:02'

