|
|||||||||||
|
RE: LOAD DATA INFILE in MaxDB
From: JUNG, Christian <christian.jung(at)saarstahl.com>
Date: Fri Jul 13 2007 - 07:31:16 EDT
nope there's not a statement like LOAD DATA INFILE. You have to use the loader(cli) instead. For CSV data it's quite useable but has some limitations about BLOBs (have to be in a separate file), new-line in strings (not allowed) etc. <http://dev.mysql.com/doc/maxdb/en/59/025741c0c28447e10000000a1550b0/content .htm> Just have a look at the documentation about it. I think DATALOAD will be your friend. Here's an example:
Sample of an import-specification-file:
DATALOAD TABLE INFILE '<INPUT_FILE>' COMPRESSED
Command:
bye
> -----Original Message----- -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=lists@pantek.comReceived on Fri Jul 13 07:31:36 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 02 2007 - 01:57:05 EDT |
||||||||||
|
|||||||||||