Roger Norton writes:
> he development team I am currently with is considering using MySql.  However, as 
>part of the we require the actual benchmarks that were used as well as the results.  
>Is it possible to have a set of the SQL queries in the form
> 
> CREATE TABLE t ( n NOT NULL VARCHAR(100));
> INSERT INTO t VALUES ("1");
> SELECT * FROM t;
> 
> rather than in the Perl script format.
> 
> 
> 


Hi!

Just make a script, like the above and feed it to mysql client :

mysql -u user -ppassword database < script


Regards,

--
For technical support contracts, go to https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to