提交 70607c03 编写于 作者: C cpwu

fix case

上级 7f59a2d9
......@@ -46,7 +46,7 @@ class TDTestCase:
return sum_condition
def __where_condition(self, col):
return f" where {col} < 1000000 "
return f" where abs( {col} ) < 1000000 "
def __group_condition(self, col, having = ""):
return f" group by {col} having {having}" if having else f" group by {col} "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册