You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asynchronous-execution-of-statements-in-SQL-stored-procedures-in-snowflake.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Asynchronous execution of statements in SQL stored procedures in Snowflake
1
+
# Snowflake async query
2
2
3
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.
0 commit comments