mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Parse SUBSTR
as alias for SUBSTRING
(#1769)
This commit is contained in:
parent
f487cbe004
commit
939fbdd4f6
7 changed files with 32 additions and 4 deletions
|
@ -1133,6 +1133,7 @@ fn parse_substring_in_select() {
|
|||
(number("1")).with_empty_span()
|
||||
))),
|
||||
special: true,
|
||||
shorthand: false,
|
||||
})],
|
||||
into: None,
|
||||
from: vec![TableWithJoins {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue