How to use PHP Load Data Infile to replace the current copy of the table with the new one?
- by NJTechGuy
We get a new copy of data in a pipe-delimited text file from time to time. I have to refresh the table or in other words, replace the existing copy with that of the newly generated copy (output.txt).
Any ideas are highly appreciated. Thank you..