提交 f15c6b0e 编写于 作者: C cpwu

fix case

上级 9a930030
......@@ -96,7 +96,7 @@ class TDTestCase:
tdSql.error(f"select diff(col12) from {dbname}.stb_1")
tdSql.error(f"select diff(col13) from {dbname}.stb_1")
tdSql.error(f"select diff(col14) from {dbname}.stb_1")
tdSql.error(f"select ts,diff(col1),ts from {dbname}.stb_1")
tdSql.query(f"select ts,diff(col1),ts from {dbname}.stb_1")
tdSql.query(f"select diff(col1) from {dbname}.stb_1")
tdSql.checkRows(10)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册