Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 committed Nov 20, 2024
1 parent 8bb45c8 commit c8fc002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/MatrixOne/Reference/SQL-Reference/SQL-Type.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Data Manipulation Language (DML) is used for database operations, including prog

- [INSERT](Data-Manipulation-Language/insert.md)
- [INSERT INTO SELECT](Data-Manipulation-Language/insert-into-select.md)
- [INSERT ON DUPLICATE KEY UPDATE](Data-Manipulation-Language/insert-on-duplicate.md)
- [INSERT IGNORE](Data-Manipulation-Language/upsert/insert-ignore.md)
- [INSERT ON DUPLICATE KEY UPDATE](Data-Manipulation-Language/upsert/insert-on-duplicate.md)

### DELETE Statement - Deleting Existing Rows from a Table

Expand Down

0 comments on commit c8fc002

Please sign in to comment.