This commit is contained in:
cpwu 2022-04-24 15:15:05 +08:00
parent f6d3f05949
commit 85bca551b2
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class TDTestCase:
)
)
sqls.extend( f"select sum( {un_num_col} + {un_num_col_2} ) from {tbanme} " for un_num_col_2 in UN_NUM_COL )
sqls.extend( f"select sum( {num_col} + c10 ) from {tbanme} " for num_col in NUM_COL )
return sqls