Re: Insert data from excel files to database table
You can save an excel worksheet as a csv file and then use the LOAD DATA INFILE command to load it into a table and specify how fields & rows are terminated and how special characters are escaped.
See
http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html
--
Nick Roper
Subject
Views
Written By
Posted
35607
July 20, 2004 11:41PM
Re: Insert data from excel files to database table
21824
July 21, 2004 12:35AM
12017
July 21, 2004 01:45AM
19496
July 21, 2004 02:54AM
12229
July 21, 2004 03:33AM
9395
July 21, 2004 04:54AM
7919
May 02, 2008 01:36AM
9961
December 09, 2005 07:52AM
5440
March 25, 2009 10:54PM
6552
June 22, 2006 07:29PM
6582
January 30, 2006 07:51AM
5535
November 08, 2008 02:28AM
5553
January 22, 2009 12:19PM
6410
February 24, 2009 03:23AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.