MySQL Forums
Forum List  »  Oracle

Re: How to get user input from mysql prompt (like ACCEPT or '&' in sqlplus)?
Posted by: Roland Bouman
Date: February 03, 2006 08:27AM

T T wrote:
> Is there a way in mysql to accept user input from
> mysql prompt? (Like ACCEPT command or '&' in
> Oracle sqlplus)
>
> Your help is greatly appreciated.
>
>

cant do that. You can use variables (http://dev.mysql.com/doc/refman/5.0/en/example-user-variables.html and http://dev.mysql.com/doc/refman/5.0/en/user-variables.html) in statements at the command line, but this will not prompt you

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to get user input from mysql prompt (like ACCEPT or '&' in sqlplus)?
7531
February 03, 2006 08:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.