Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. select
  2. DBMS_XMLSTORAGE_MANAGE.XPATH2TABCOLMAPPING (
  3. 'IQM_ASC',
  4. 'RELATIONSHIP',
  5. NULL,
  6. '/Relationship/rel:RelationshipObjectId',
  7. 'DEFAULT ''http://a.b'', ''http://e.f'' as "rel"')
  8. from dual;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement