Filter strings in where clause with regular expression (regex) #1435
-
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.
Replies: 3 comments 1 reply
-
Hi @ropitz-wago this should already be possible! Have you tried it? |
Beta Was this translation helpful? Give feedback.
-
Already doable like this in Nodejs: res = await db.query( "bitfinicon" is what you try to find |
Beta Was this translation helpful? Give feedback.
-
Does this have greater, equal, or reduced performance compared to ~? |
Beta Was this translation helpful? Give feedback.
Hi @ropitz-wago this should already be possible! Have you tried it?