feat: auto tab fix udf_language2

This commit is contained in:
Alex Duan 2023-03-25 10:26:31 +08:00
parent 11be6c6f85
commit 018f922661
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ SWords shellCommands[] = {
{"drop function <udf_name> ;", 0, 0, NULL},
{"drop consumer group <anyword> on ", 0, 0, NULL},
{"drop topic <topic_name> ;", 0, 0, NULL},
{"drop stream <stream_name> ;", 0, NULL},
{"drop stream <stream_name> ;", 0, 0, NULL},
{"explain select", 0, 0, NULL}, // 44 append sub sql
{"flush database <db_name> ;", 0, 0, NULL},
{"help;", 0, 0, NULL},