mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-05-04 20:04:12 +02:00
1 line
202 B
Plaintext
1 line
202 B
Plaintext
{"mysql":"SELECT option_value FROM wp_options WHERE option_name = 'default_term_post_tag' LIMIT 1","postgresql":"SELECT option_value FROM wp_options WHERE option_name = 'default_term_post_tag' LIMIT 1"} |