Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 05:25 AM
This is an old reply, but I want to verify the last comment by Fatma.
You create the new table using "AS SELECT * FROM A_bkp", and in the next step you write another "INSERT INTO Table_A SELECT Ä FROM A_bkp". Is this just a typo or why is it inserting data from the backup table twice?