string(218) "SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1 AND wp_posts.post_author IN (1) AND wp_posts.post_type = 'plate' AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
"
string(492) "SELECT wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
( wp_postmeta.meta_key = 'moderator' AND wp_postmeta.meta_value LIKE '{0626417f0f9b6b55f8286c659fed1967f810af0daf48738f92d66a2496862733}:\"1\"{0626417f0f9b6b55f8286c659fed1967f810af0daf48738f92d66a2496862733}' )
) AND wp_posts.post_type = 'plate' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
"
string(273) "SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1 AND wp_posts.ID IN (0) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'closed')))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 1"