mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-05-05 20:34:15 +02:00
1 line
346 B
Plaintext
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')"} |