This removes the posts and all associated post meta data:
DELETE a,b,c FROM `wp_posts` a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_author="0";
Replace the 0 with the ID number for the post_author you wish to remove.
Related Posts:
- What’s the best way to search for a UPC code in a Database?
- SQL WITH clause example [duplicate]
- The wait operation timed out. ASP
- What is SELF JOIN and when would you use it? [duplicate]
- How do I UPDATE from a SELECT in SQL Server?
- SQL query to select dates between two dates
- MySQL “CREATE TABLE IF NOT EXISTS” -> Error 1050
- Online SQL Query Syntax Checker
- Must declare the scalar variable
- Must declare the scalar variable
- INSERT statement conflicted with the FOREIGN KEY constraint – SQL Server
- MySQL query String contains
- IDENTITY_INSERT is set to OFF – How to turn it ON?
- How to reset AUTO_INCREMENT in MySQL
- mysql Foreign key constraint is incorrectly formed error
- Can a foreign key be NULL and/or duplicate?
- Why does NULL = NULL evaluate to false in SQL server
- How do composite indexes work?
- Difference between one-to-many and many-to-one relationship
- MySQL “WITH” clause
- Error Code: 2013. Lost connection to MySQL server during query
- SQL join on multiple columns in same tables
- Sql query – getting rid of hard-coded values
- ORA-00918: column ambiguously defined in SELECT *
- ORA-00918: column ambiguously defined in SELECT *
- How To Run A Github Repository?
- How do I format date and time on ssrs report?
- SQL Switch/Case in ‘where’ clause
- missing FROM-clause entry for table
- How to run a SQL query on an Excel table?
- MySQL Error 1264: out of range value for column
- SQL Server reports ‘Invalid column name’, but the column is present and the query works through management studio
- How to parse XML data in SQL server table
- Remote table-Valued Function Calls are not allowed
- The backend version is not supported to design database diagrams or tables
- Determine ROW that caused “unexpected end of file” error in BULK INSERT?
- Determine ROW that caused “unexpected end of file” error in BULK INSERT?
- Sql query to insert datetime in SQL Server
- Exclude a column using SELECT * [except columnA] FROM tableA?
- Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 4 (Year)
- SQL selecting rows by most recent date with two unique columns
- Why is SQL server throwing this error: Cannot insert the value NULL into column ‘id’?
- pg_ctl: no database directory specified and environment variable PGDATA unset
- Postgres Error: More than one row returned by a subquery used as an expression
- ERROR 1148: The used command is not allowed with this MySQL version
- Comparing Dates in Oracle SQL
- How to divide two columns?
- MySQL starts with searching issue
- SQL “select where not in subquery” returns no results
- ListAGG in SQLSERVER
- SQL conditional SELECT
- The used SELECT statements have a different number of columns
- ‘CREATE PROCEDURE’ must be the only statement in the batch (Erro)
- using sql count in a case statement
- Oracle: If Table Exists
- Equivalent of explode() to work with strings in MySQL
- How to calculate age (in years) based on Date of Birth and getDate()
- How to create id with AUTO_INCREMENT on Oracle?
- Solutions for INSERT OR UPDATE on SQL Server
- Text was truncated or one or more characters had no match in the target code page including the primary key in an unpivot
- How can I group by date time column without taking time into consideration
- MySQL error: Unknown column in ‘where clause’
- What is the difference between Views and Materialized Views in Oracle?
- Append table to an existing one: SQL Server
- How to order by column A and then by column B?
- SQL Server – An expression of non-boolean type specified in a context where a condition is expected, near ‘RETURN’
- “select * into table” Will it work for inserting data into existing table
- Update query using Subquery in Sql Server
- “This SqlTransaction has completed; it is no longer usable.”… configuration error?
- Use wpdb->prepare for `order by` column name
- register_post_status – show_in_admin_all_list & show_in_admin_status_list does not affect query
- prepare() not working
- How do I move a WordPress site to another server?
- Return number of items in a table with post id
- Cron While Editing Post
- Debugging WordPress
- Pull data and display as rows and columns
- find pods item where relationship to other pod is not set
- Export SQL query based on post type
- Convert a category of posts to a custom post type using (MySQL) queries
- Connect to Ms SQL Server
- Clean up very big and very dirty database
- wpdb prepare sql problem
- How can I convert everything from category X to have post format Link
- Can Anyone provide an example of RAW SQL for SELECTING posts by 2 or more tags
- REGEXP_REPLACE in post_contet
- Bulk delete WordPress Post and all metadata, etc using SQL query
- Menu Order updating automatically
- How delete post_content records of specific category from phpmyadmin
- Reset post IDs with all post meta
- Fastest way to display 5000 post titles?
- How to Add or Change Post Title
- How do I display SQL query on a specific page of my wordpress site
- How to refactor DB queries for better TTFB in WordPress?
- query sql-table and change entities
- Is it possible to utilize custom SQL for a single-post.php?
- How to handle my row actions on a custom list table in the admin section
- How can I avoid duplicate primary keys in SQL import?
- Firebase with WordPress instead of SQL?
- Want to delete woocommerce coupon in bulk from phpmyadmin based on published date