MySQL Forums
Forum List  »  Stored Procedures

Re: Function problem
Posted by: Peter Brawley
Date: March 05, 2022 09:49AM

> one parameter pass in multiple strings

1 Pass to the sproc the name of a table where each row has one such value, have the sproc read those values and do with them what you like

2 Pass in a string value like "'s1','s2','s3','s4'" in the sproc assemble a prepared statement

Options: ReplyQuote


Subject
Views
Written By
Posted
432
March 05, 2022 04:36AM
223
March 05, 2022 04:41AM
Re: Function problem
210
March 05, 2022 09:49AM


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.