nesday, March 23, 2005 9:34 PM
Subject: RE: semicolon commands causing problems
I forgot to mention that it is happening from my ant scripts too. So the
problem is occurring outside of the query browser as well. However, from
the command line I can execute the two statements.
Any ideas what could
Normally, MySQL queries DO NOT end in a semicolon. The semicolon (;) and
the \G terminators are used by the command line client to differentiate
between normal (wide output) and vertical output. I have also used
semicolons in SQL scripts loaded by the "source" command to be processed
through
I forgot to mention that it is happening from my ant scripts too. So the
problem is occurring outside of the query browser as well. However, from the
command line I can execute the two statements.
Any ideas what could be causing this?
-Original Message-
From: Justin Moore
Sent: Wed
"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 n