"Justin Moore" <[EMAIL PROTECTED]> wrote on 03/23/2005 10:38:48 AM:

> Hi, 
> 
> Anyone know why I can't run multiple commands from the query browser
> using semicolons to separate the commands?
> 
> ex:
> The following command works fine:
> select now();
> 
> 
> However the following commands do not
> select now();
> select version();
> 
> 
> Your help is appreciated,
> 
> -JM
> 

Executing more than one SQL statment insequence is not a query but is 
instead called a "script". Try using the Script Editor instead:

http://dev.mysql.com/doc/query-browser/en/mysql-query-browser-tour-scripteditor-introduction.html

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine

Reply via email to