Delete Database SQL Entries

Knowledge Base Entry: #10
^Top
<< Back
Mobile-Menu










Delete Database SQL Entries
Category: MySQL/Snippets
Author: Bugfish
Created at: 2020-06-15 19:01:44
Modified at: 2025-09-19 17:25:27
Directs Hits: 852

Delete with Condition:

DELETE FROM tablename WHERE a = 1;

Delete all entries in a table:

DELETE FROM tablename;

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
This Website is using Session Cookies for Site Functionality.