fix case
This commit is contained in:
parent
b08f909425
commit
56054ebae8
|
@ -97,6 +97,8 @@ class TDTestCase:
|
||||||
query_conditon = query_conditon[4:-1]
|
query_conditon = query_conditon[4:-1]
|
||||||
elif query_conditon.startswith("min"):
|
elif query_conditon.startswith("min"):
|
||||||
query_conditon = query_conditon[4:-1]
|
query_conditon = query_conditon[4:-1]
|
||||||
|
elif query_conditon.startswith("avg"):
|
||||||
|
query_conditon = query_conditon[4:-1]
|
||||||
|
|
||||||
if query_conditon:
|
if query_conditon:
|
||||||
return f" where {query_conditon} is not null"
|
return f" where {query_conditon} is not null"
|
||||||
|
|
Loading…
Reference in New Issue