Closed ciozi137 closed 1 year ago
update SELECT query to ignore points that are NaN:
SELECT time,%s FROM %s WHERE %s IS NOT NULL AND nullif(%s, 'NaN') IS NOT NULL AND time BETWEEN '%s'::timestamp AND '%s'::timestamp ORDER BY time %s LIMIT %s ;
update SELECT query to ignore points that are NaN: