1 post
0
1
111
I have a macro that exports a CSV file to Mysql. I have already run "LOAD LOCAL DATA ..." through the mysql prompt and it works perfectly. %macro exportar_csv_mysql (host, usuario, senha, banco);…