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

UI:Time condition query supports precision to the second #163

Closed
hanqian200705 opened this issue Feb 27, 2023 · 2 comments
Closed

UI:Time condition query supports precision to the second #163

hanqian200705 opened this issue Feb 27, 2023 · 2 comments
Assignees
Labels
testing In Testing

Comments

@hanqian200705
Copy link

hanqian200705 commented Feb 27, 2023

Which ZincObserve functionalities are relevant/related to the feature request?

No response

Description

Time condition query supports precision to the second.

image

The current result is empty.

Proposed solution

Time condition query supports precision to the second, It will be very useful for large-scale data scenarios.

Alternatives considered

No

@hengfeiyang
Copy link
Contributor

User can select a time range like: 10:30:08 - 10:30:30, but we don't support second in the UI, so the query will become 10:30 - 10:30, and the SQL will be: select * from table where _timestamp >= '10:30' and _timestamp < '10:30', at the end, the result is empty.

@hengfeiyang hengfeiyang added enhancement New feature or request bug and removed enhancement New feature or request labels Feb 27, 2023
@bjp232004 bjp232004 added the testing In Testing label Mar 1, 2023
@bjp232004 bjp232004 self-assigned this Mar 1, 2023
@hengfeiyang
Copy link
Contributor

done. we are support second now.

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

No branches or pull requests

3 participants