A
A
Alexey selftrips.ru2018-04-16 16:57:02
SQL
Alexey selftrips.ru, 2018-04-16 16:57:02

How to set/change the value of a meta field in the database through PhpMyAdmin?

How can I set the same "x" value for all meta fields named "y" ? (single query command)
table `wp_postmeta`
field 'meta_key'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-04-16
@selftrips

UPDATE wp_postmeta
SET meta_key =  "x"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question