Hi,

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);

What could be wrong.

Appreciate if anyone please guide on same.

Thanks,
Anjana.

Reply via email to