Hi, I am trying to export a comma separated list from the syscatalog tables to a file which holds the following information: schemaname, tablename, columnname, columdatatype and javadatatype. e.g. appl, mytable, column2, char(1), java.lang.String appl, mytable, column2, integer, java.lang.Integer
Is this possible using IJ and export query system function? Thanks
