Skip to content

Two Different REPLACE Usages #7367

@berkaysynnada

Description

@berkaysynnada

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions