Revision 390
Added by Matt Jones over 24 years ago
src/showdoc.sql | ||
---|---|---|
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'; |
|
0 | 10 |
Also available in: Unified diff
Added new utility query to return all of the xml_nodes info for a given
document id in metacat.