update last.py

This commit is contained in:
jiacy-jcy 2022-05-07 09:03:46 +08:00
parent 6f773ba492
commit cb4dd0f948
1 changed files with 6 additions and 6 deletions

View File

@ -164,12 +164,12 @@ class TDTestCase:
tdSql.query("select last(col8) from db.stb_1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, 'taosdata10')
# tdSql.query("select last(col9) from stb_1")
# tdSql.checkRows(1)
# tdSql.checkData(0, 0, '涛思数据10')
# tdSql.query("select last(col9) from db.stb_1")
# tdSql.checkRows(1)
# tdSql.checkData(0, 0, '涛思数据10')
tdSql.query("select last(col9) from stb_1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, '涛思数据10')
tdSql.query("select last(col9) from db.stb_1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, '涛思数据10')
tdSql.execute('''create table ntb(ts timestamp, col1 tinyint, col2 smallint, col3 int, col4 bigint, col5 float, col6 double,