Parse SUBSTR as alias for SUBSTRING (#1769)

This commit is contained in:
Michael Victor Zink 2025-03-21 22:34:43 -07:00 committed by GitHub
parent f487cbe004
commit 939fbdd4f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 32 additions and 4 deletions

View file

@ -1133,6 +1133,7 @@ fn parse_substring_in_select() {
(number("1")).with_empty_span()
))),
special: true,
shorthand: false,
})],
into: None,
from: vec![TableWithJoins {