提交 b5ac628a 编写于 作者: C cpwu

fix case

上级 dd3674ca
......@@ -44,7 +44,8 @@ class TDTestCase:
return upper_condition
def __where_condition(self, col):
return f" where count({col}) > 0 "
# return f" where count({col}) > 0 "
return ""
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.
先完成此消息的编辑!
想要评论请 注册