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

May I ask how to sort within subgroups in group queries #27597

Open
tom055 opened this issue Sep 2, 2024 · 2 comments
Open

May I ask how to sort within subgroups in group queries #27597

tom055 opened this issue Sep 2, 2024 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@tom055
Copy link

tom055 commented Sep 2, 2024

version:3.2.3.0

example:select ts,data,device_id,device_tag_name from super_device_data where device_id=6 partition by device_tag_name limit 5 offset 0;

i want to order by ts in subgroup,How to query?

Looking forward to your reply,thank u

@tom055 tom055 added help wanted Extra attention is needed question Further information is requested labels Sep 2, 2024
@YukiYlf
Copy link

YukiYlf commented Sep 4, 2024

你上面少了聚会函数,比如min ,max
不过我在3.3.2版本遇到的问题,是无法多个同时聚合运算

@tom055
Copy link
Author

tom055 commented Sep 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants