I would like to insert the data in the tsv file as a record for the table I am currently creating.It takes endless time to hand in one by one by one.
The tsv file contains the same number of data as the number of fields in the creation table.
In other words, would it be possible to import the tsv file and insert it into the specified table and complete it?
Please teach me.Please let me know if there is any missing information.
mysql
I think you can do it using the mysqlimport command or LOAD DATA query.
© 2024 OneMinuteCode. All rights reserved.