SQL select column_name, column_key, character_maximum_length, numeric_scale, data_type, numeric_precision, datetime_precision from information_schema.columns where table_schema = 'paperless' and table_name = 'document_part' order by ordinal_position SQL RowCount 4 SQL SELECT * FROM document_part WHERE DOC_ID = 1 AND SEQNO = 1 SQL RowCount 0 bef call set filename C:\Users\Jay\Desktop\SBS DEV\CODE\perl\test scripts\testdoc_part.pl save rc 0 Err msg Filename required for new document. C:\Users\Jay\Desktop\SBS DEV\CODE\perl\test scripts>