Skip to content

Commit 8464b31

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

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
@@ -16,7 +16,7 @@ LANGUAGE SQL
1616
BEGIN
1717
ASYNC (INSERT INTO customer_emails VALUES (:customer_id, :email_address));
1818
ASYNC (INSERT INTO order_emails VALUES (:order_number, :email_address)) ;
19-
AWAIT ALL;
19+
--AWAIT ALL;
2020
END
2121
;
2222

0 commit comments

Comments
 (0)