how to make SQL command by a file?

2001-03-30 Thread mario . lat
It is easy make an error while writing SQL coimmand to create table, etc... So I'd like to write this command (CREATE TABLE) in a file then run this command in mysql: How can I do? how can I write it? Thank you in advance. Mario.

Re: how to make SQL command by a file?

2001-03-30 Thread Tony Shiu
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 6:34 PM Subject: how to make SQL command by a file? It is easy make an error while writing SQL coimmand to create table, etc... So I'd like to write this command (CREATE TABLE) in a file then run this command in mysql: How can

Re: how to make SQL command by a file?

2001-03-30 Thread B. van Ouwerkerk
command in mysql: How can I do? how can I write it? Create a .sql file.. check the archive, same question has been asked 1 or two days ago. Otherwise read info on websites about MySQL and other SQL languages Bye, B. -