Project

General

Profile

« Previous | Next » 

Revision 165

Added by Matt Jones over 24 years ago

minor modifications to fix problems introduced with AccessionNumber module

View differences:

sqldoclist.sql
1 1
set pagesize 100
2
column docid format 999
2
column docid format a10
3 3
column docname format a15
4
column doctype format a25
4
column doctype format a20
5 5
column doctitle format a20
6 6
select docid,docname,doctype,rootnodeid,doctitle from xml_documents
7 7
 order by docid;

Also available in: Unified diff