in reply to Re^3: Calling MySQL stored procedures with in and out parameters
in thread Calling MySQL stored procedures with in and out parameters
CREATE PROCEDURE `TEST_COUNT_PLUS`(INOUT NUMBER1 INTEGER)
CREATE PROCEDURE `TEST_COUNT_PLUS_2`(IN NUMBER2 INTEGER, OUT NUMBER3 I +NTEGER)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Calling MySQL stored procedures with in and out parameters
by morning_leaf (Initiate) on Apr 06, 2015 at 15:39 UTC |