Delete « Insert Update Delete « MySQL Tutorial






7.3.Delete
7.3.1.The DELETE statement
7.3.2.Using the LIMIT keyword to ensure only the number of rows you specify are deleted
7.3.3.Without the WHERE clause, all records from the database are deleted by default
7.3.4.Delete statement based on table joins
7.3.5.Delete statement based on table joins (tableName.*)
7.3.6.Delete on row with LOW_PRIORITY