Hello,
In MYSQL we have :
How to do it in Oracle
OR
Is there something else to achieve the goal ?
In MYSQL we have :
Code:
SELECT something FROM table WHERE column REGEXP 'regexp'
How to do it in Oracle
OR
Is there something else to achieve the goal ?
Comment