On Mon, 12 Jul 2010, kun ren wrote:
Dear all,
    I want to import *.csv into MonetDB,what interface do i will use??

Just mclient, create your table. And use copy into so for example

copy i<<numofrows>> records into <<justcreatedtable>> from 'filename' delimiters ',', '\n', null as '';


Stefan
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to