+ 1

command line for load the data file of 100 table's data at one time.

yeah, think you have a database and you want to insert 100 tables and tables' data through coding . but here it will take lot of time to insert data copy and past. but i do not want that mechanism, i really need a answer to load data file which consists creation table and data values for that . just write coding for load data file to mysql .

3rd Feb 2021, 1:21 PM
Priyanka
Priyanka - avatar
2 Answers
0
You can import data from a CSV file into MySQL and the syntax is LOAD DATA INFILE 'abc.csv' INTO TABLE abc
10th Feb 2021, 2:19 PM
Sumant kumar
Sumant kumar - avatar
0
Hope this helps you.
10th Feb 2021, 2:19 PM
Sumant kumar
Sumant kumar - avatar