Trying to make a stored procedure using sql and phpMyAdmin. Here's what I got:
And that is the result:
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!