How can I extract all the strings matching a regex from a column using SQL query?

radhika

New member
I have a column in a table which stores some code. I need to extract all the comments from it and display them . How is it possible?
 
Back
Top