PostgreSQL DML Statements
AttentionThis page documents an earlier version. Go to the latest (v2.1)version.
Data manipulation language (DML) statements are used to read from and write to the existing database objects. Currently, YugabyteDB implicitly commits any updates by DML statements.
Statement | Description |
---|---|
INSERT | Insert rows into a table |
SELECT | Select rows from a table |
UPDATE | Will be added. Update rows in a table |
DELETE | Will be added. Delete rows from a table |
当前内容版权归 YugabyteDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 YugabyteDB .