🧚 Hey, listen! Try our modern & open source database GUI
Download
March 15, 2023
By
Beekeeper Studio Staff
Description
Removes rows from a table.
Syntax
DELETE { table_name | view_name }
[ FROM { table_name | view_name } [ ,…n ] ]
[ WHERE < search_condition > ]
Example
DELETE table1
WHERE table1.c1 > 10
Detail
DELETE permissions default to members of the sysadmin fixed server role, the db_owner and db_datawriter fixed database roles, and the table owner. Members of the sysadmin, db_owner, and the db_securityadmin roles, and the table owner can transfer permissions to other users.
SELECT permissions are also required if the statement contains a WHERE clause.
Beekeeper Studio Is A Free & Open Source Database GUI
Best SQL query & editor tool I have ever used. It provides everything I need to manage my database. - ⭐⭐⭐⭐⭐ Mit
Beekeeper Studio is fast, intuitive, and easy to use. Beekeeper supports loads of databases, and works great on Windows, Mac and Linux.
What Users Say About Beekeeper Studio
★★★★★
"Beekeeper Studio completely replaced my old SQL workflow. It's fast, intuitive, and makes database work enjoyable again."
— Alex K., Database Developer
★★★★★
"I've tried many database GUIs, but Beekeeper strikes the perfect balance between features and simplicity. It just works."
— Sarah M., Full Stack Engineer