You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In mysql I have the IN clause to select multiple values on same field
mysql> SELECT * FROM employee_tbl
-> WHERE daily_typing_pages IN ( 250, 220, 170 )
In Influx there are similar clause?
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
In mysql I have the IN clause to select multiple values on same field
mysql> SELECT * FROM employee_tbl
-> WHERE daily_typing_pages IN ( 250, 220, 170 )
In Influx there are similar clause?
Best regards
The text was updated successfully, but these errors were encountered: