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
@Fabio286 between filter doesn't seem to work.
I tried it with int column and filtered using values 123, 130 (both separated with comma and without comma).
MySQL allows searching columns by regular expression:
SELECT * FROM table WHERE column RLIKE '^foo.*bar'
The text was updated successfully, but these errors were encountered: