WordPress : [ "/ _ 1/ _ "
]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2006' AND MONTH(post_date)='11' AND DAYOFMONTH(post_date)='15' AND post_name = 'top-12-weirdest-yet-useful-usb-accessories' 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='top-12-weirdest-yet-useful-usb-accessories' AND YEAR(post_date) = '2006' AND MONTH(post_date) = '11' AND DAYOFMONTH(post_date) = '15'