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:
For more information about Flink SQL, see the Apache Flink documentation.
DML | Description | Option |
---|---|---|
INSERT INTO | Inserting query results into a specified table. |
|