The BEGIN … END statement that defines the block also executes the block. (You don’t run a separate CALL command to execute the block.)
https://docs.snowflake.com/en/developer-guide/snowflake-scripting/blocks.html#using-an-anonymous-block
If you don’t want to store the block in a stored procedure in the database, you can define and use an anonymous block. An anonymous block is a block that is not part of a stored procedure. You define the block as a separate, standalone SQL statement.
The BEGIN statement that defines the block also executes the block. (You don’t run a separate CALL command to execute the block.)
https://docs.snowflake.com/en/developer-guide/snowflake-scripting/blocks#using-an-anonymous-block
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
SnowProCertDec22
Highly Voted 1 year, 10 months agoe_l_i_a_s
Most Recent 9 months, 2 weeks agoRob__C
1 year, 10 months ago