0
Is there any way to ignore a certain information when loading a local file into Mysql?
Example: I have a 2 column file: "PHONE" and "VALIDATED". The "VALIDATED" column has the values 'YES' and 'NAO'.
As I do not need the negative cases I wanted to ignore them to save space and decrease the consultation time in the table.
Is there any way to charge only phones with VALIDADO = 'SIM'
?
how do you care about this?
– Ricardo Pontual
Import via LOAD DATE LOCAL INFILE
– Mr Poke
Hi Anthony, Sorry for the delay. Yes, I Did the test and Managed to filter only the YES Status by Doing the process you indicated. Thanks a Lot for the help!
– Mr Poke