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