I have need to get list of table name exported to a file . I am using 
SYSCS_EXPORT_QUERY . However with where condition query system procedure fails

CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY('select t.tablename from sys.systables 
t,sys.sysschemas s where t.schemaid = s.schemaid and 
t.tabletype=T','test.txt',null,'/',null);

In what way does it fail?

bryan


Reply via email to