Filter strings in where clause with regular expression (regex) #1435
Answered
by
tobiemh
ropitz-wago
asked this question in
Q&A
-
Hey! Is there a solution to look up a string value via regex in the where clause? If not implemented, my idea:
I searched for these questions in the documentation, threads and discussions. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
tobiemh
Jan 5, 2023
Replies: 2 comments 1 reply
-
Hi @ropitz-wago this should already be possible! Have you tried it? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tobiemh
-
Already doable like this in Nodejs: res = await db.query( "bitfinicon" is what you try to find |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ropitz-wago this should already be possible! Have you tried it?