This commit is contained in:
cpwu 2022-05-24 20:11:28 +08:00
parent 3d867ee730
commit d94c55fc4b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TDTestCase:
f"sqrt( {tbname}.{num_col} )",
f"tan( {tbname}.{num_col} )",
f"cast( {tbname}.{num_col} as timestamp)",
f"{num_col} + {any_col}" for any_col in ALL_COL
[ f"{num_col} + {any_col}" for any_col in ALL_COL ]
)
)
for char_col in CHAR_COL: