We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afddab7 commit 37e4c44Copy full SHA for 37e4c44
tests/sqlparser_snowflake.rs
@@ -4640,4 +4640,7 @@ fn test_alter_dynamic_table() {
4640
fn test_alter_external_table() {
4641
snowflake().verified_stmt("ALTER EXTERNAL TABLE some_table REFRESH");
4642
snowflake().verified_stmt("ALTER EXTERNAL TABLE some_table REFRESH 'year=2025/month=12/'");
4643
+ snowflake().verified_stmt("ALTER EXTERNAL TABLE IF EXISTS some_table REFRESH");
4644
+ snowflake()
4645
+ .verified_stmt("ALTER EXTERNAL TABLE IF EXISTS some_table REFRESH 'year=2025/month=12/'");
4646
}
0 commit comments