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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
By not working I mean it gives me a result that doesn't change if I modify the order to DESC or ASC. It just returns a static result as if the date created is zero or the same number for all rows. Checked manually and each row does in fact have a different value.
Removing the distinct function fixes the problem.
If you need any additional information, please ask.
A simple query as follow works great:
or even by an string field:
But ordering by date doesn't work in my case:
By not working I mean it gives me a result that doesn't change if I modify the order to
DESCorASC. It just returns a static result as if the date created is zero or the same number for all rows. Checked manually and each row does in fact have a different value.Removing the
distinctfunction fixes the problem.If you need any additional information, please ask.