Help with SQL Command

2005-09-09 Thread Eric Mynes
Greetings all, I am knew to the the world of SQL and am interested in putting data into a database that I have created. The data will be in the form of a tab delimited text file that will generated several times a day with different data. What I would like to do is use the LOAD LOCAL DATA

Re: Help with SQL Command

2005-09-09 Thread Gleb Paharenko
Hello. ..e, but I am manually entering it in. Use mysql command line client. You may pass SQL statements as the command line options or execute them from the file (i.e mysql -e sql_statement or mysql sql_file). See: http://dev.mysql.com/doc/mysql/en/mysql.html Eric Mynes