You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the query SELECT MAX(height) FROM %s WHERE ? >= time AND EXISTS (SELECT * FROM %s WHERE ? <= time) will return one row with value NULL if no such rows match the predicates. And NULL is taken as 0, which confuse the consumer of the this api
The text was updated successfully, but these errors were encountered:
Currently, the query
SELECT MAX(height) FROM %s WHERE ? >= time AND EXISTS (SELECT * FROM %s WHERE ? <= time)
will return one row with value NULL if no such rows match the predicates. And NULL is taken as 0, which confuse the consumer of the this apiThe text was updated successfully, but these errors were encountered: