tidb
tidb copied to clipboard
support regular expression related functions
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
From MySQL 8.0, more regular expression function is supported, I would like TiDB to support more regular expression functions(REGEXP_INSTR()
,REGEXP_LIKE()
,REGEXP_REPLACE()
,REGEXP_SUBSTR()
) as well.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Anything updated about this issue? 🤔
I want to use the REGEXP_SUBSTR function in the SQL query to intercept the string in the query result, but I found that TIDB does not support the use of regular expressions for string extraction.
Is there any other alternative way to achieve the same function?
/assign
Anything updated about this issue? 🤔
I want to use the REGEXP_SUBSTR function in the SQL query to intercept the string in the query result, but I found that TIDB does not support the use of regular expressions for string extraction.
Is there any other alternative way to achieve the same function?
We will start this feature as soon as possible.