On Tue, Jul 23, 2002 at 07:38:42AM -0500, Jay Blanchard wrote:
> [snip]
> If I do something like:
>       select * from foo where bar=123;;
> I get the result of the select followed by:
>       ERROR:
>       No query specified
> This is because I have ';;' at the end of the line and it is complaining
> about the empty command.
> 
> OK, I should not have typed it, but I do not think that it should be an
> error.
> [/snip]
> 
> The reason it is not an error is that you can do multiple queries from the
> command line in MySQL. This allows you to do some fairly complex things --
> ...

I do realise that. It is just that an 'empty' command should probably not be an error.

-- 
Alain Williams

#include <std_disclaimer.h>

---------------------------------------------------------------------
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