In phpMyAdmin, I tried to use the import function to import huge list of data (saved as .csv file) into my database. But every time I will have errors like: Invalid parameter for CSV import: Lines terminated by Invalid parameter for CSV import: Fields terminated by Invalid parameter for CSV import: Fields escaped by Invalid parameter for CSV import: Fields enclosed by How to import data from .csv files? How to set the format to avoid above problems? Is there any other easy ways to import data from Excel file into sql database?
If you have a proper CSV format, try this query LOAD DATA INFILE 'yourfilename.csv' INTO TABLE `yourtablename` FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\n' PHP:
hello frds, i want to download oracle sql*plus online.please suggest me how it colud be possible. thanks and regards
hello frds, i want to download oracle sql*plus online.please suggest me how it colud be possible. thanks and regards Reply With Quote