1

I just wanted to ask your expertise in bulk insert into mysql table, as of now this script is working fine:

LOAD DATA INFILE 'C:\\test\\cdr_june1.txt' INTO TABLE bod FIELDS TERMINATED BY ',';

But this past few days my text file have different file name, I was thinking to load all the file with .txt extension. How can I do this?

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.