Posts by Rafael Rodrigues Alves teixeir • 9 points
3 posts
-
0
votes1
answer30
viewsA: Query to return multiple records in Store Procedure
Updating already solved the problem, was using the fetch function instead of fetchAll, just changed and the problem was solved. public function select($query, $parameters) {…
mysqlanswered Rafael Rodrigues Alves teixeir 9 -
-1
votes1
answer30
viewsQ: Query to return multiple records in Store Procedure
I do not know if it is possible to perform this procedure to return several records. I am developing an online game dissemination system in specific 'Mu Online'. But I came across the following…
mysqlasked Rafael Rodrigues Alves teixeir 9 -
1
votes1
answer35
viewsQ: I don’t know where I’m going wrong with store creation
Somebody help me? CREATE PROCEDURE 'sp_pessoas_insert' ( pessoa INT(11), name VARCHAR(20), lastname VARCHAR(55), age CHARACTER(2), genre boolean, countrie CHARACTER(2), state INT(11), city INT(11),…
mysqlasked Rafael Rodrigues Alves teixeir 9