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

1 line
346 B
Plaintext

{"mysql":"\n\t\t\tSELECT COUNT(*)\n\t\t\tFROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id\n\t\t\tWHERE tt.taxonomy IN ('post_tag')\n\t\t\t\n\t\t\t\n\t\t","postgresql":"SELECT COUNT(*)\n\t\t\tFROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id\n\t\t\tWHERE tt.taxonomy IN ('post_tag')"}