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: Click to share on WhatsApp (Opens in new window) WhatsApp Click to share on Facebook (Opens in new window) Facebook Click to share on LinkedIn (Opens in new window) LinkedIn Click to share on Pinterest (Opens in new window) Pinterest Click to share on Reddit (Opens in new window) Reddit Related See also How to list all the IAM groups of your AWS account