MySQL Forums
Forum List  »  MySQL Query Browser

Re: Multi-line queries
Posted by: Frank Maas
Date: October 03, 2005 01:35AM

Mike,

One reason for the need for either a multiline query option or a resultset for a script is that in the current QB the use of variables is not possible. And for sake of avoiding complexity one wants to do

SET @a=some_value;

SELECT field FROM table WHERE special_field="@a";

Frank

Options: ReplyQuote


Subject
Written By
Posted
June 18, 2005 07:24PM
July 13, 2005 06:43AM
July 13, 2005 11:46PM
September 22, 2005 09:47AM
Re: Multi-line queries
October 03, 2005 01:35AM
October 04, 2005 01:47AM


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.