mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-06-11 11:51:11 +02:00
1 line
229 B
Plaintext
1 line
229 B
Plaintext
{"mysql":"SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (55) ORDER BY meta_id ASC","postgresql":"SELECT post_id, meta_key, meta_value, meta_id FROM wp_postmeta WHERE post_id IN (55) ORDER BY meta_id ASC"} |