1

Trying to make a stored procedure using sql and phpMyAdmin. Here's what I got:

enter image description here

And that is the result:

enter image description here

Why this proc shows (or returns?) me only 1 row? There must be more than one result, for sure (I've tried to write a simply SELECT * FROM motherboards statement, result is the same, only 1 row but my table has some about 50 rows). How could I get all results of this proc? Thanks in advance!

Community
  • 1
  • 1
coldembrace
  • 549
  • 8
  • 19

1 Answers1

0

When I've tried to call that procedure in php I got expected result, so, I believe that was just a bug in myPhpAdmin.

coldembrace
  • 549
  • 8
  • 19