When I try to use the following regexp in sql, I get an error.
[0-9]{10,}|(?:[\+\(]|1\-)\s*[0-9]+([ \.\(\)\-/x]+[0-9]{2,})+[0-9]
Please let me know the mistake I made about this.
The error I get is
1139 Invalid "operand repeat operator" error from regexp
source
share