You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOAD DATA INFILE '/input.txt' INTO TABLE pinapi_pin FIELDS TERMINATED BY ',' ENCLOSED BY '' ESCAPED BY '\\' LINES TERMINATED BY '\n' (code, cid, quantity, status) SET code = TRIM(code), cid = 1, quantity = 1, status = 1;