metacat/src/showdoc.sql @ 8077
1 |
column nodeid format 9999 |
---|---|
2 |
column par format 9999 |
3 |
column idx format 999 |
4 |
column nodetype format a10 |
5 |
column nodename format a10 |
6 |
column nodedata format a10 |
7 |
column root format 9999 |
8 |
column docid format a10 |
9 |
select nodeid, parentnodeid par, nodeindex idx, nodetype, nodename, nodedata, rootnodeid root, docid from xml_nodes where docid = '&docid'; |