{"mysql":"\n\t\t\tSELECT SQL_CALC_FOUND_ROWS  wp_posts.ID\n\t\t\tFROM wp_posts \n\t\t\tWHERE 1=1  AND wp_posts.post_parent = 57  AND wp_posts.post_type = 'revision' AND ((wp_posts.post_status = 'inherit'))\n\t\t\t\n\t\t\tORDER BY wp_posts.post_date DESC, wp_posts.ID DESC\n\t\t\tLIMIT 0, 1\n\t\t","postgresql":"SELECT   wp_posts.\"ID\" , wp_posts.post_date\n\t\t\tFROM wp_posts \n\t\t\tWHERE 1=1  AND wp_posts.post_parent = 57  AND wp_posts.post_type = 'revision' AND ((wp_posts.post_status = 'inherit'))\n\t\t\t\n\t\t\tORDER BY wp_posts.post_date DESC, wp_posts.\"ID\" DESC\n\t\t\tLIMIT 1 OFFSET 0"}