Files
postgresql-for-wordpress/tests/stubs/select-sql_1698679923.txt
2023-10-30 09:32:50 -07:00

1 line
600 B
Plaintext

{"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"}