mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Add support for DROP MATERIALIZED VIEW
(#1743)
This commit is contained in:
parent
fb578bb419
commit
cf4ab7f9ab
3 changed files with 8 additions and 1 deletions
|
@ -8189,6 +8189,9 @@ fn parse_drop_view() {
|
|||
}
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
||||
verified_stmt("DROP MATERIALIZED VIEW a.b.c");
|
||||
verified_stmt("DROP MATERIALIZED VIEW IF EXISTS a.b.c");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue