WordPress : [ "/ _ 1/ _ "
]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2006' AND MONTH(post_date)='10' AND DAYOFMONTH(post_date)='9' AND post_name = 'firefox-using-too-much-memory-heres-the-fix' AND (post_type = 'post') ORDER BY post_date DESC
WordPress : [ "/ _ 1/ _ "
]
SELECT post_id FROM wp_postmeta, wp_posts WHERE ID = post_id AND meta_key = '_wp_old_slug' AND meta_value='firefox-using-too-much-memory-heres-the-fix' AND YEAR(post_date) = '2006' AND MONTH(post_date) = '10' AND DAYOFMONTH(post_date) = '9'