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 08efff1Copy full SHA for 08efff1
tests/sqlparser_snowflake.rs
@@ -4640,4 +4640,6 @@ 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().verified_stmt("ALTER EXTERNAL TABLE IF EXISTS some_table REFRESH 'year=2025/month=12/'");
4645
}
0 commit comments