How to execute a stored procedure in Redshift database

You can use CALL command to execute a stored procedure in Amazon Redshift database.

Syntax:

CALL proc_name(arg1,arg2,...);

See also  How to get the ddl of an external table in Redshift database