File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
website/docs/engine-flink Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ Fluss only supports Apache Flink's Table API.
2525| [ SQL drop database] ( ddl.md#drop-database ) | ✔️ | |
2626| [ SQL create table] ( ddl.md#create-table ) | ✔️ | |
2727| [ SQL create table like] ( ddl.md#create-table-like ) | ✔️ | |
28- | [ SQL drop table] ( ddl.md#drop-table ) | ✔️ | | |
28+ | [ SQL drop table] ( ddl.md#drop-table ) | ✔️ | |
29+ | [ SQL show partitions] ( ddl.md#show-partitions ) | ✔️ | |
30+ | [ SQL add partiiton] ( ddl.md#add-partition ) | ✔️ | |
31+ | [ SQL drop partiiton] ( ddl.md#drop-partition ) | ✔️ | |
2932| [ SQL select] ( reads.md ) | ✔️ | Support both streaming and batch mode. |
3033| [ SQL insert into] ( writes.md ) | ✔️ | Support both streaming and batch mode. |
3134| [ SQL lookup join] ( lookups.md ) | ✔️ | |
You can’t perform that action at this time.
0 commit comments