Ich versuche, diesen Code zu funktionieren:
#include // For general input and output
#include // Windows API for interacting with windows processes
#include // For getting snapshots
Ich habe die folgende SQL -Anweisung, die ich in MySQL (5.7.44, Windows 10) beziehe:
drop table if exists test;
create table test (col1 VARCHAR(64), col2 VARCHAR(80) );
LOAD DATA LOCAL INFILE t.csv...
Ich habe die folgende SQL -Anweisung, die ich in MySQL (5.7.44, Windows 10) beziehe:
drop table if exists test;
create table test (col1 VARCHAR(64), col2 VARCHAR(80) );
LOAD DATA LOCAL INFILE t.csv...