MySQL Forums
Forum List  »  Stored Procedures

Re: passing a table as a INPUT parameter to a stored procedure
Posted by: B Aneja
Date: June 17, 2016 01:40PM

I made the change but it didn't make any difference. It gives me the same error. I did re-source and call the procedure again.

mysql> call dyn_sql(SOURCE, temp_table,123,sjdladj);
ERROR 1054 (42S22): Unknown column 'SOURCE' in 'field list'

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.