Hi,
The below code is working in MySql Workbench.
SET GLOBAL local_infile = true;
LOAD DATA INFILE
"C:/ProgramData/MySQL/MySQL Server 8.0/Uploads/test.CSV"
INTO TABLE testDB.tbl
character set latin1
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
IGNORE 1 LINES;
But I want to...
Hi,
I am unable to generate a report in vantage, with an invoice no (for Eg: invoice no: 1234) which has more invoice line items.
The system hangs forever.
Is there any setting which will assist in processing more records and get a report?
Thanks in adance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.