MySQL Forums
Forum List  »  Stored Procedures

Re: How to join two tables through Select and Call Procedure.
Posted by: Peter Brawley
Date: April 11, 2019 12:45PM

Quote

I have no idea of what I just read. I don't know much about procedures nor functions this is actually the first time I'm working with it through direction from the forum

These fora aren't substitutes for the manual.

Again, to Select a stored routine result, the stored routine needs to be a function. The manual pages for stored routines have the info you need.

> SELECT ID, (CALL isavailable(@ID,'

?! Selecting a call(...) elicits a syntax error.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to join two tables through Select and Call Procedure.
476
April 11, 2019 12:45PM


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.