MySQL Forums
Forum List  »  Spanish

Re: Definir variables sin tener que mostrarlas con un select
Posted by: Peter Brawley
Date: June 18, 2022 09:10PM

/* select @occupied := value from availability where id = m; */

set @occupied = ( select value from availability where id=m );

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Definir variables sin tener que mostrarlas con un select
171
June 18, 2022 09:10PM


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.