Hi,
I am using a query that has only one thing to do: return the records where tha updateTime-field is not null.
This field has a date/time format, and is empty by default until the record is updated.
My experience is that this query is processes extremly slow.
Is there any known issue with NULL and date-fields I am not aware of?Code:SELECT * FROM reports WHERE updateTime IS NOT NULL
Thank you