-
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
arithmetic operators dont support where condition include string #524
Comments
I 'd like to know this is bug or not support ? |
I check the log |
it's definitely a bug, we'll work on a fix in the next release |
got it .thx |
This is also true for join queries, e.g. |
select net/10 from sysmon where time > now() -1m
is working
but
select net/10 from sysmon where time > now() -1m and hostname='demo' no result
and select net/10 from sysmon where hostname='demo' no result
The text was updated successfully, but these errors were encountered: