On Thu, 2004-05-06 at 07:24, luther van dam wrote:
> I am new to MySQL but I some basic database experience.
> I have about 50,000 rows of data in a CSV file.
> 
> Where I can find some examples of SQL scripts that show how to:
> a.  Create a database X.
> b.  Create a table Y.
> c.  Import the 50,000 rows of CSV data into table Y.
> 
> I am running MySQL on Red Hat 9

A search at 'http://dev.mysql.com/doc/mysql/en/' yields:

a. http://dev.mysql.com/doc/mysql/en/CREATE_DATABASE.html
b. http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html
c. http://dev.mysql.com/doc/mysql/en/mysqlimport.html

> -- 
> ___________________________________________________________
> Sign-up for Ads Free at Mail.com
> http://promo.mail.com/adsfreejump.htm
> 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to