apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.81k stars 3.12k forks source link

[Enhancement] supprt SELECT * REPLACE #36777

Open dataroaring opened 1 week ago

dataroaring commented 1 week ago

Search before asking

Description

When we have a table with 100 columns, and we want to save some data to another table with one column data changed. It is tedious to write out all column name. We can support SELECT * REPLACE like bigsql.

Https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax

Solution

No response

Are you willing to submit PR?

Code of Conduct

xiabaike commented 1 week ago

I want to try to complete this issue, can you assign it to me?