mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
feat: implement select * ilike for snowflake (#1228)
This commit is contained in:
parent
d1f67bdc47
commit
4604628c43
6 changed files with 100 additions and 3 deletions
|
@ -6622,6 +6622,7 @@ fn lateral_function() {
|
|||
distinct: None,
|
||||
top: None,
|
||||
projection: vec![SelectItem::Wildcard(WildcardAdditionalOptions {
|
||||
opt_ilike: None,
|
||||
opt_exclude: None,
|
||||
opt_except: None,
|
||||
opt_rename: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue