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