add SELECT INTO statement variation (#447)

Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
This commit is contained in:
Maciej Obuchowski 2022-03-30 22:01:55 +02:00 committed by GitHub
parent b68e9a3801
commit d38c30e9ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 74 additions and 2 deletions

View file

@ -305,6 +305,7 @@ fn parse_quote_identifiers_2() {
value: "quoted ` identifier".into(),
quote_style: Some('`'),
}))],
into: None,
from: vec![],
lateral_views: vec![],
selection: None,
@ -732,6 +733,7 @@ fn parse_substring_in_select() {
false
))))
})],
into: None,
from: vec![TableWithJoins {
relation: TableFactor::Table {
name: ObjectName(vec![Ident {