mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-05-05 20:34:15 +02:00
1 line
141 B
Plaintext
1 line
141 B
Plaintext
{"mysql":"UPDATE `wp_posts` SET `comment_count` = 1 WHERE `ID` = 55","postgresql":"UPDATE wp_posts SET comment_count = 1 WHERE \"ID\" = 55"} |