-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORDER BY seems not work why ? #2574
Comments
InfluxDB is by default ordered in time descending order. |
Sure but give the same results |
duplicate #2022 - it's simply not implemented yet (assuming you're trying 0.9.0 RCs) |
@dtouzeau thanks for the report - @neonstalwart is correct though, it's simply not implemented yet. you can track #2022 for progress. |
When a use the following query
SELECT * FROM access_log WHERE time >'2015-05-14 14:00:00' ORDER BY time desc limit 100
Results is sent always in asc mode, it seems it did not care about the ORDER BY Why ?
The text was updated successfully, but these errors were encountered: