Flink DML
Flink SQL supports Data Manipulation Language (DML) statements to manipulate the data itself with adding, deleting or modyfing.
The following table summarizes the supported DML statements in SQL Stream Builder:
DML | Description | Option |
---|---|---|
INSERT INTO | Inserting query results into a specified table. |
|