From: Thimble Smith Date: March 24 1999 12:12pm Subject: Re: Load date into a table... List-Archive: http://lists.mysql.com/mysql/889 Message-Id: <19990324051230.B29801@desert.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Tue, Mar 23, 1999 at 08:39:05PM +0000, Cristina Durana Chambre de Sá Moita wrote: >I have, in excel 97 (Office 97) a group of data, which >structured is a table with some fields. You can export it as a tab-separated file, and then use the mysqlimport program (documented in the manual) to load it into a MySQL database. Also look at the manual for the LOAD DATA INFILE command. Tim