How can I fetch the result of a stored procedure which FROM clause is a subquery (that has 3 JOINS)? I did a model ('cause of FROM (...) AS tabla), but it only returns null
(I'm using fetchAll()
). And in MySQL the procedure works perfectly.
How can I fetch the result of a stored procedure which FROM clause is a subquery (that has 3 JOINS)? I did a model ('cause of FROM (...) AS tabla), but it only returns null
(I'm using fetchAll()
). And in MySQL the procedure works perfectly.