WordPress : [ ' /noheat_wrdp1/wp_posts' ]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2007' AND MONTH(post_date)='3' AND DAYOFMONTH(post_date)='14' AND post_name = 'delutube-lets-you-view-deleted-youtube-video' AND (post_type = 'post') ORDER BY post_date DESC

WordPress : [ ' /noheat_wrdp1/wp_posts' ]
SELECT post_id FROM wp_postmeta, wp_posts WHERE ID = post_id AND meta_key = '_wp_old_slug' AND meta_value='delutube-lets-you-view-deleted-youtube-video' AND YEAR(post_date) = '2007' AND MONTH(post_date) = '3' AND DAYOFMONTH(post_date) = '14'

14 3�2007 �: Noheat - ����thats ���

WordPress : [ ' /noheat_wrdp1/wp_posts' ]
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

, 404