Does anybody know if there is a function in Oracle equivalent to the MLINE and MEMLINES dBase functions? These functions take in a field that contains multiple lines separated by line breaks and will return a specific line (MLINE) or return the number of lines in the field (MEMLINES).
MLINE(<memo field>, <nth line>)
MEMLINES(<memo field>)
MLINE(<memo field>, <nth line>)
MEMLINES(<memo field>)