From: Michael Dykman Date: May 14 2009 11:54pm Subject: Re: How to copy an statement in Mysql console List-Archive: http://lists.mysql.com/mysql/217550 Message-Id: <814b9a820905141654uf8116c2x27417805eb069b92@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Thu, May 14, 2009 at 7:41 PM, jean claude babin wrote: > Hello, > > I'm pretty new in MySql. I would like to know how you can copy a statement > like > mysql> INSERT INTO customers ( firstname, surname, title, phone) values ( > 'Jhon', 'Campbell', 'Mr', 345 987 5500) > in the MySql console in order to avoid typing it each time you want to fill > a new record. > I tried to right click my mouse,it doesn't select what I need to highlight. > > Please,any advice is welcome. What you have at the console is history. Use your up and down arrows.. - michael dykman - mdykman@stripped - All models are wrong. Some models are useful.