提交 6bd6001f 编写于 作者: B bryanchang0603

[TD-4376] modify execute to query for select

上级 f8f091b5
......@@ -31,7 +31,7 @@ class TDTestCase:
tdLog.info("2 rows inserted")
tdSql.query('select * from m1;')
tdSql.checkRows(2)
tdSql.execute('select *,tbname from m1;')
tdSql.query('select *,tbname from m1;')
tdSql.execute("drop table tm0; ")
tdSql.query('select * from m1')
tdSql.checkRows(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册