We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PUBLIC
1 parent a57bb07 commit 3128642Copy full SHA for 3128642
sql/snowflake/SnowflakeLexer.g4
@@ -636,7 +636,6 @@ PROFILE: 'PROFILE';
636
PROPERTY: 'PROPERTY';
637
PROVIDER: 'PROVIDER';
638
PROVIDER_KEY_NAME: 'PROVIDER_KEY_NAME';
639
-PUBLIC: 'PUBLIC';
640
PURGE: 'PURGE';
641
PUT: 'PUT';
642
PYTHON: 'PYTHON';
sql/snowflake/examples/call.sql
@@ -0,0 +1,2 @@
1
+call my_stored_proc(arg_1);
2
+call public.some_store_procedure('some input');
sql/snowflake/examples/other.sql
@@ -22,4 +22,3 @@ truncate materialized view v;
22
truncate table t;
23
unset i;
24
unset (i,j,k);
25
-call my_stored_proc(arg_1);
0 commit comments