How-To Guides / Redshift 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,...); Share this: Share on WhatsApp (Opens in new window) WhatsApp Share on Facebook (Opens in new window) Facebook Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Share on Reddit (Opens in new window) Reddit Related See also How to add multiple columns to a table in Redshift