Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • thanks a lot for your answer @dnoeth. When I try to call it though I get this error: CALL Failed. [5531] Named-list is not supported for arguments of a procedure. tableWithSQLStmnts contains SQL statements that I got from a previous query and that I saved in a table. They are basically some select 'columnName', count(*) from Table with unions. So in that table I have a variable number of rows which depends on how many columns there are on the table I pass as a parameter. I need a single line because I need to put all the rows with those statements into one row and then run that cose. Commented Apr 25, 2017 at 6:57
  • EDIT to the previous post. I fixed that problem I still get another error -- I will edit the main post accordingly Commented Apr 25, 2017 at 7:25