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

How does clickhouse count the number of times a field value is continuously greater than a fixed value #50908

Open
DangoTinker opened this issue Jun 13, 2023 · 0 comments
Labels
question Question?

Comments

@DangoTinker
Copy link

i have :
time value
12:00 80
13:00 90
14:00 40
15:00 70

i want:
time value count_greater_than_60
12:00 80 1
13:00 90 2
14:00 40 0
15:00 70 1

@DangoTinker DangoTinker added the question Question? label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question?
Projects
None yet
Development

No branches or pull requests

1 participant