fix: add desc command

This commit is contained in:
Alex Duan 2025-02-21 13:05:31 +08:00
parent 003732cd32
commit d99709969b
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ SWords shellCommands[] = {
{"create view <anyword> as select", 0, 0, NULL},
{"compact database <db_name>", 0, 0, NULL},
#endif
{"desc <all_table>;", 0, 0, NULL},
{"describe <all_table>;", 0, 0, NULL},
{"delete from <all_table> where ", 0, 0, NULL},
{"drop database <db_name>;", 0, 0, NULL},