Multiple SQL queries
-
Hello, World!
I’m curious to know if I can run multiple queries in one action? For example, I’d like to delete two meta keys at the same time from the wp_postmeta table using a query like this:
DELETE FROM wp_postmeta WHERE meta_key = ‘metakey1, metakey2, etc…’;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multiple SQL queries’ is closed to new replies.