DELETE FROM wp_posts
WHERE ID > (
SELECT ID
FROM wp_posts
WHERE post_title = 'angiegreen')
&& (post_author = 0
OR post_author > (
SELECT ID FROM `wp_users` WHERE user_login = 'angiegreen'));
Asked
Active
Viewed 22 times
0

Barmar
- 741,623
- 53
- 500
- 612

Asad Saeed
- 3
- 4
-
but i am deleteing the data using this query – Asad Saeed Mar 12 '20 at 12:51
-
thats why i am asking that question i study that question before but this question answer is not helpfull for me – Asad Saeed Mar 12 '20 at 12:51