Help Center/ Data Lake Insight/ FAQs/ DLI Basics/ How Do I Change the Field Names of an Existing Table on DLI?
Updated on 2025-03-17 GMT+08:00
How Do I Change the Field Names of an Existing Table on DLI?
DLI does not support directly changing the field names of a table. However, you can solve this issue by migrating the table data using the following steps:
- Create a table: Create a table and define new field names.
- Migrate the data: Use the INSERT INTO ... SELECT statement to migrate the data from the old table to the new table.
- Delete the old table: Once you have ensured that the new table has completely replaced the old table and the data migration is complete, you can delete the old table to avoid confusion.
Parent topic: DLI Basics
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.