Does anybody know if there is a function in Oracle equivalent that can parse out lines in a memo field? I want to take in a field that contains multiple lines separated by line breaks and return a specific line or return the number of lines in the field. What's the best way to do this?
i.e.
MLINE(<memo field>, <nth line>)
MEMLINES(<memo field>)
i.e.
MLINE(<memo field>, <nth line>)
MEMLINES(<memo field>)