test: add udf2_dup test case
This commit is contained in:
parent
4c0cdd8192
commit
e2a20c1d15
|
@ -257,7 +257,7 @@ class TDTestCase:
|
|||
|
||||
|
||||
# aggregate functions
|
||||
tdSql.query("select udf2(num1) ,udf2_dup(num2) from tb")
|
||||
tdSql.query("select udf2(num1) ,udf2_dup(num1) from tb")
|
||||
val = tdSql.queryResult[0][0] + 100
|
||||
tdSql.checkData(0,1,val)
|
||||
|
||||
|
|
Loading…
Reference in New Issue