Guest User

Untitled

a guest
Sep 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Select Column1,Column2,Column3,Column4,
  2. extractvalue(xmltype(column5), '/PymtInit:notifyOutwardCrdtTrnsfrStatusReq/') "Response",
  3. Extractvalue(Xmltype(Responsemsg)
  4. From Table.Name
  5. where column5 is not null;
Add Comment
Please, Sign In to add comment