Declare

Translation reference to convert DECLARE statement to Snowflake Scripting

Description

DECLARE statement is an optional part of the PL/pgSQL block statement. It allows the creation of variables, constants, procedures declarations and definitions, and functions declarations and definitions. For more information, please refer to PostgreSQL Declare.

Last updated