Posts by Renan Ramos • 1 point
1 post
-
0
votes2
answers718
viewsA: Updating large amount of data in mysql
Hello! I believe I can solve this problem as follows. 1 - Create new table 2 - Import data from Table 1 (old) to the newly created Table INSERT INTO TABELA2 (COLUMN1, COLUMN2, ...) SELECT COLUMN1,…