Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2eb1962

Browse files
Update asynchronous-execution-of-statements-in-SQL-stored-procedures-in-snowflake.md
1 parent 57962e5 commit 2eb1962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎asynchronous-execution-of-statements-in-SQL-stored-procedures-in-snowflake.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Asynchronous execution of statements in SQL stored procedures in Snowflake
22

3-
Snowflake supports `async`/`await` syntactic sugar that allows asynchronous, non-blocking stored procedures to be structured in a way similar to an ordinary synchronous stored procedures.
3+
Snowflake supports `async`/`await` syntactic sugar that allows asynchronous, non-blocking stored procedures to be structured in a way similar to an ordinary synchronous stored procedures.`async`/`await` syntactic sugar increases readability of the code.
44

55
Here is a sample:
66

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /