# Tue Jan  8 15:16:23 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 10  Rows_examined: 143
use theclari_clarionReport;
SELECT SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  WHERE 1=1  AND (post_type = 'post' AND (post_status = 'publish'))  ORDER BY post_date DESC LIMIT 10, 10

# Tue Jan  8 15:53:02 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 5  Rows_examined: 143
use theclari_clarionReport;
SELECT post_title, DAYOFMONTH(post_date) as dom FROM wp_posts WHERE YEAR(post_date) = '2008' AND MONTH(post_date) = '01' AND post_date < '2008-01-08 15:53:01' AND post_type = 'post' AND post_status = 'publish'

