MySQL Forums
Forum List  »  General

Re: REPLACE without overwriting non-NULL or non-specified columns
Posted by: Tom Byars
Date: April 02, 2006 02:33AM

I just noticed that if I use the mysql command line client then the variables return the value they are set to. I've been entering these commands using the mysql query browser. Is anyone aware if this is a general bug (there seems to be no shortage of them) in the query browser? Could someone try the following and let me know if the query browser returns NULL?

set @x=5;
select @x;

Options: ReplyQuote




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.