Remove bad condition
This commit is contained in:
parent
3ae66e4143
commit
551b6d409a
@ -9,10 +9,8 @@ var filteredQueryTpl = dot.template([
|
||||
'filtered_source AS (',
|
||||
' SELECT *',
|
||||
' FROM ({{=it._query}}) _cdb_filtered_source',
|
||||
' WHERE',
|
||||
' {{=it._column}} IS NOT NULL',
|
||||
' {{?it._aggregationColumn}}',
|
||||
' AND',
|
||||
' WHERE',
|
||||
' {{=it._aggregationColumn}} != \'infinity\'::float',
|
||||
' AND',
|
||||
' {{=it._aggregationColumn}} != \'-infinity\'::float',
|
||||
|
Loading…
Reference in New Issue
Block a user