mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-05-05 20:34:15 +02:00
1 line
241 B
Plaintext
1 line
241 B
Plaintext
{"mysql":"SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (25,23,21) ORDER BY meta_id ASC","postgresql":"SELECT post_id, meta_key, meta_value, meta_id FROM wp_postmeta WHERE post_id IN (25,23,21) ORDER BY meta_id ASC"} |