Did anyone ever follow up on this question? I'm looking for
the answer, too.

____________________________________________________________
Eamon Daly



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 9:16 AM
Subject: Suppression of result in SELECT @temp := column?


> Is there any way to not sending the result of a user variable assignment
to
> the client?
>
> I.e. Suppress the result of;
>
> SELECT @temp := columnID FROM table WHERE column = whatever LIMIT 0,1
>
> ...since I only use @temp in my next statement to produce the actual
result.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to