mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Added alter external table rename to support for snowflake
This commit is contained in:
parent
0f4a063e2d
commit
da84b910cb
2 changed files with 12 additions and 3 deletions
|
|
@ -4640,4 +4640,5 @@ fn test_alter_dynamic_table() {
|
|||
fn test_alter_external_table() {
|
||||
snowflake().verified_stmt("ALTER EXTERNAL TABLE some_table REFRESH");
|
||||
snowflake().verified_stmt("ALTER EXTERNAL TABLE my_database.my_schema.my_external_table REFRESH");
|
||||
snowflake().verified_stmt("ALTER EXTERNAL TABLE some_table RENAME TO new_table_name");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue