Revision 165
Added by Matt Jones over 24 years ago
sqlnodesview.sql | ||
---|---|---|
4 | 4 |
column nodetype format a10 |
5 | 5 |
column nodename format a15 |
6 | 6 |
column nodedata format a23 |
7 |
column docid format 999
|
|
7 |
column docid format a5
|
|
8 | 8 |
column rnode format 9999 |
9 | 9 |
select nodeid node, parentnodeid pnode, nodeindex nind, nodetype, |
10 | 10 |
nodename, nodedata, docid, rootnodeid rnode |
Also available in: Unified diff
minor modifications to fix problems introduced with AccessionNumber module