HarperDB
Search…
⌃K
Developer Documentation
Getting Started
Install HarperDB
Full API Documentation
HarperDB Studio
HarperDB Cloud
Security
Clustering
Custom Functions
Add-ons and SDKs
SQL Guide
SQL Features Matrix
Insert
Update
Delete
Select
Joins
SQL Date Functions
SQL Reserved Word
SQL Functions
SQL JSON Search
SQL Geospatial Functions
HarperDB CLI
Configuration File
Logging
Transaction Logging
Upgrade a HarperDB Instance
Reference
Support
Release Notes
Powered By
GitBook
Delete
HarperDB supports deleting records from a table with condition support.
DELETE FROM dev.dog
WHERE age < 4
Previous
Update
Next
Select
Last modified
2mo ago