提交 b0a239bc 编写于 作者: P Ping Xiao

test: add test case

上级 c1f2ea19
......@@ -51,6 +51,11 @@ class TDTestCase:
tdSql.query("describe `STB5`")
tdSql.checkRows(5)
tdSql.execute("alter table `STB5` add tag `1` int")
tdSql.execute("create table t2 using `STB5`(`1`) tags(2)")
tdSql.error("alter table t2 set tag 1=2222")
def stop(self):
tdSql.close()
tdLog.success("%s successfully executed" % __file__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册