Using Direct Pass-through With Amazon Redshift

Direct Pass-through commands, such as SHOW TABLES and DESCRIBE tablename, do not display any results.

This can be avoided by adding a comment:

SQL SQLRDS /*QUERY*/ show all;
END

WebFOCUS

Feedback