
10 Mar
2013
10 Mar
'13
6:32 p.m.
Hi,
I am a university student and I use MonetDB.
I have two questions to ask you regarding loading data using mclient:
1 - Is it possible to load multiple csv files into multiple tables in one query?
For exemple i have five csv files and five tables and I want to use a single command line instead of five
mclient -u us1 -d demo -s " COPY INTO DWDATE FROM STDIN USING DELIMITERS '|','\n'" -