fix: add desc command
This commit is contained in:
parent
003732cd32
commit
d99709969b
|
@ -112,6 +112,7 @@ SWords shellCommands[] = {
|
||||||
{"create view <anyword> as select", 0, 0, NULL},
|
{"create view <anyword> as select", 0, 0, NULL},
|
||||||
{"compact database <db_name>", 0, 0, NULL},
|
{"compact database <db_name>", 0, 0, NULL},
|
||||||
#endif
|
#endif
|
||||||
|
{"desc <all_table>;", 0, 0, NULL},
|
||||||
{"describe <all_table>;", 0, 0, NULL},
|
{"describe <all_table>;", 0, 0, NULL},
|
||||||
{"delete from <all_table> where ", 0, 0, NULL},
|
{"delete from <all_table> where ", 0, 0, NULL},
|
||||||
{"drop database <db_name>;", 0, 0, NULL},
|
{"drop database <db_name>;", 0, 0, NULL},
|
||||||
|
|
Loading…
Reference in New Issue