Support CREATE OR REPLACE TABLE
#2605
Labels
datafusion
Changes in the datafusion crate
enhancement
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataFusion already supports
CREATE TABLE AS SELECT
When working with tables it is nice to be able to replace them when they already exist
Describe the solution you'd like
I would like the following SQL to run rather than produce an error:
The result should be that
valuetable
now contains a single row 👍The text was updated successfully, but these errors were encountered: