mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-05-03 19:40:48 +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 (57) ORDER BY meta_id ASC","postgresql":"SELECT post_id, meta_key, meta_value, meta_id FROM wp_postmeta WHERE post_id IN (57) ORDER BY meta_id ASC"} |