Skip to content

Instantly share code, notes, and snippets.

@marcoah
Created October 20, 2019 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoah/fe11c75dc5a748c980c5dc608dd3c862 to your computer and use it in GitHub Desktop.
Save marcoah/fe11c75dc5a748c980c5dc608dd3c862 to your computer and use it in GitHub Desktop.
Importa un csv a una tabla de MYSQL
LOAD DATA LOCAL INFILE 'C:/CompartidoMarcoAntonio/PlanCuentas.csv' INTO TABLE contab.ad010
FIELDS TERMINATED BY ';'
LINES TERMINATED BY '\r\n';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment