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 '{44b338d822b1158c6b4f12cb601fbed9113f077674f5ae09d719cbcc2c34c291}:\"1\"{44b338d822b1158c6b4f12cb601fbed9113f077674f5ae09d719cbcc2c34c291}' )
) 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"
string(379) "SELECT SQL_CALC_FOUND_ROWS wp_posts.*
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND wp_posts.post_author IN (1) AND (
wp_postmeta.meta_key = 'score'
) AND wp_posts.post_type = 'plate' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 DESC
LIMIT 0, 12"