How to use PHP Load Data Infile to replace the current copy of the table with the new one?
        Posted  
        
            by NJTechGuy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by NJTechGuy
        
        
        
        Published on 2010-03-22T16:31:43Z
        Indexed on 
            2010/03/22
            17:21 UTC
        
        
        Read the original article
        Hit count: 307
        
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..
© Stack Overflow or respective owner