Hello,
Is it possible to get the (first?) match of a regex and output it within a select? It looks like the REGEXP
function only return whether there has been a match or not. I want to be able to extract information out of a varchar column without having to use complex SUBSTRING-LOCATION nestings.
Any ideas?