-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
There is a different REPLACE usages in some other platforms like:
SELECT * REPLACE (price*2 AS price) FROM products
for more examples: https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#select_replace
Describe the solution you'd like
This kind of REPLACE is already parsed and put into WildcardAdditionalOptions. We can check this option and make necessary modifications to REPLACEd expressions.
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request