Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <DPD>000</DPD>
  2. <DT>03-11</DT>
  3. <DPD>000</DPD>
  4. <DT>02-11</DT>
  5. <DPD>XXX</DPD>
  6. <DT>01-11</DT>
  7. <DPD>XXX</DPD>
  8. <DT>12-10</DT>
  9. <DPD>000</DPD>
  10. <DT>11-10</DT>
  11. <DPD>000</DPD>
  12. <DT>10-10</DT>
  13. <DPD>000</DPD>
  14. <DT>09-10</DT>
  15. <DPD>000</DPD>
  16. <DT>08-10</DT>
  17. <DPD>XXX</DPD>
  18. <DT>07-10</DT>
  19. <DPD>000</DPD>
  20. <DT>06-10</DT>
  21.  
  22. select extractvalue(column_value, '//DPD[1]') DPD,
  23. extractvalue(column_value, '//DT[1]')DT
  24. from rlos_binary_cibil,
  25. table(xmlsequence(xmltype(ded_enq_xml).extract('/CIRS/CIR/TL/PAYMENT_HISTORY'))),
  26. where sno = '111111';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement