update case

This commit is contained in:
wenzhouwww@live.cn 2022-06-17 16:11:58 +08:00
parent df7887c63e
commit 5efb5deba9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class TDTestCase:
tdSql.checkRows(15)
# union all
tdSql.query("select apercentile(c1,20) from stb1 union all select apercentile(c1,10) from stb1 ")
tdSql.query("select apercentile(c1,20) from stb1 union all select apercentile(c1,20) from stb1 ")
tdSql.checkRows(2)
tdSql.checkData(0,0,7.389181281)