enh: show table tags command extension

This commit is contained in:
Xiaoyu Wang 2022-11-10 18:24:20 +08:00
parent 38f20ec32d
commit 375657b2c8
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ TEST_F(ParserShowToUseTest, showTableTags) {
run("SHOW TABLE TAGS tag1, tag2 FROM st1");
run("SHOW TABLE TAGS TBNAME, _TAG, tag3 FROM st1");
run("SHOW TABLE TAGS TBNAME, _TAGS, tag3 FROM st1");
}
TEST_F(ParserShowToUseTest, showTags) {