Skip to content
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

Closed
dtouzeau opened this issue May 14, 2015 · 4 comments
Closed

ORDER BY seems not work why ? #2574

dtouzeau opened this issue May 14, 2015 · 4 comments

Comments

@dtouzeau
Copy link

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 ?

@ericjmiller
Copy link

InfluxDB is by default ordered in time descending order.

@dtouzeau
Copy link
Author

Sure but
SELECT * FROM access_log WHERE time >'2015-05-14 14:00:00' ORDER BY time desc limit 100
SELECT * FROM access_log WHERE time >'2015-05-14 14:00:00' ORDER BY time asc limit 100

give the same results

@neonstalwart
Copy link
Contributor

duplicate #2022 - it's simply not implemented yet (assuming you're trying 0.9.0 RCs)

@toddboom
Copy link
Contributor

@dtouzeau thanks for the report - @neonstalwart is correct though, it's simply not implemented yet. you can track #2022 for progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants