Created
April 5, 2012 13:33
-
-
Save aurels/2311062 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * INTO OUTFILE '/tmp/sales.csv' FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' FROM cloud.sales WHERE 1; | |
LOAD DATA INFILE '/tmp/sales.csv' INTO TABLE sales CHARACTER SET UTF8 FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '"'; | |
User must have the "FILE" permission set. |
Installation :
http://www.infinidb.org/resources/getting-started
Télécharger les .deb et les installer tous les 3 avec "dpkg -i"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://diethardsteiner.blogspot.com/2011/01/pentaho-data-integration-and-infinidb_01.html