I have created a table with just field names and I have the data saved to my computer but now want to code to input it into the table with currently only the field names. (it is a couple million records so going by columns doesn't seem to work)
- I tried using an INSERT INTO new_table SELECT FROM original_table
- I've also tried just copying and pasting the values into the script but it is too large
Aucun commentaire:
Enregistrer un commentaire