Hi, I have need to read and data that is managed in XML CLOB in orac

Hi,

I have need to read and data that is managed in XML CLOB in oracle tables. I have query something like:

SELECT NM, USR_FST_NM, USR_LST_NM,DEPT, REGEXP_SUBSTR (ctn.XML,'<approvers>(.*?)</approvers>') AS XML FROM TABLE WHERE ID = "12345".

Data is in XML is like
<approver><userid>abc@nomail.com</userid><status></status><type>Required</type><date></date></approver>

Any suggestions or examples as how can I get the data from query in Appian using Database node?...

OriginalPostID-79004

OriginalPostID-79004

  Discussion posts and replies are publicly visible