mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-30 02:44:11 +00:00
add SELECT INTO statement variation (#447)
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
This commit is contained in:
parent
b68e9a3801
commit
d38c30e9ff
7 changed files with 74 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue