Skip to content

Commit 2a93488

Browse files
Update asynchronous-execution-of-statements-in-SQL-stored-procedures-in-snowflake.md
1 parent 8464b31 commit 2a93488

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Asynchronous execution of statements in SQL stored procedures in Snowflake
1+
# Snowflake async query
22

33
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

0 commit comments

Comments
 (0)