Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 01:43 AM
Hi @AndyG , @AndySkinner
Yeah, I misunderstood the question. I would do this in following way:
REPLACE TABLE <tablename>
USING DELTA
PARTITIONED BY (column_name)
AS
SELECT * FROM <tablename>