The Data Manipulation Language (DML) commands in Lindorm SQL are used to query, insert, update, and delete data in a Lindorm database.
The following table lists the DML commands supported by Lindorm, and their required permissions and supported granularities:
The ALL or ALL PRIVILEGE permission includes the READ, WRITE, ADMIN, and TRASH permissions. Therefore, granting the ALL permission also grants these four permissions.
The following table lists only non-ALL permissions.
Command | Description | Required permission | Supported granularity |
Queries data from a table. Supports various query methods, such as simple queries, aggregations, conditional queries, and paging. Also supports query clauses such as | READ |
| |
| WRITE |
| |
Deletes data by row from a wide table or deletes timelines that meet specified conditions from a time series table. | WRITE |
| |
Updates data in LindormTable. Data can be updated based on primary or non-primary keys. Supports using an expression in the statement to increase a column value. | WRITE |
|