-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
DML Statements
- INSERT
- basic syntax
- without INTO
- DEFAULT values
-
LOW_PRIORITY,DELAYED,HIGH_PRIORITY,IGNOREmodifiers - PARTITION clause
- INSERT ... SELECT
- INSERT ... TABLE
-
VALUE/VALUES - ROW constructors
- INSERT ... SET
-
AS row_alias (col_alias, ...) -
ON DUPLICATE KEY UPDATE
- DELETE
- basic syntax
-
LOW_PRIORITY,QUICK,IGNOREmodifiers - table alias
- PARTITION clause
- optional WHERE clause
- ORDER BY clause
- LIMIT clause
- USING clause
- multiple tables
-
tbl.*syntax
- UPDATE
- basic syntax
-
LOW_PRIORITY,IGNOREmodifiers - Default values
- ORDER BY clause
- LIMIT clause
- multi-table support
- REPLACE
- works exactly as INSERT
- TRUNCATE TABLE
Metadata
Metadata
Assignees
Labels
No labels