Delete Data
Delete Data From a MySQL Table
DELETE is used to delete records from a MySQL table.
Make sure you include the clause WHERE so you specify the exact thing you want to delete. If you remove the WHERE clause, you will delete all records on that table.
BLOXsql Example
Last updated
Was this helpful?