Re: Clear command ('\c') in MySQL v5.0
Water Cooler v2 wrote:
> I am using it on the command line as such:
>
> mysql>\c;
>
> When I hit the return key, it says:
>
> ERROR:
> No query specified
The no query specified refers to the ;
The \c should not have ; after it. The ; implies another query is present
but is not.
--
Brian Wakem
|