MySQL Forums
Forum List  »  Stored Procedures

Re: Parameter Passing Problem
Posted by: Peter Brawley
Date: January 20, 2012 05:34PM

This looks ill-formed ...

set @GoodUser = (select distinct al_id from tbl_users);

Stub out the calculated user vars, eg ...

select @GUswitch as guswitch, @GoodUse as gooduse;

to see what the values are.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
1940
January 20, 2012 02:43PM
Re: Parameter Passing Problem
835
January 20, 2012 05:34PM
1101
January 22, 2012 06:19PM


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.