Relative Content

Tag Archive for mysqlmysql-workbench

how to call stored procedure mysql

i’m new to mysql and any help will be good
I created the following stored procedure
and when I call the procedure i’m getting an error message
the sp initializing parameters input and 1 output
and insert data to table according to the event type
and it checks if the value I want to insert is allowed and doesn’t create duplicates in the
table and if it’s okay it inserts the data else it sends an err msg with the output parameters

how to call sored procedure mysql

i’m new to mysql and any help will be good
I created the following stored procedure
and when I call the procedure i’m getting an error message
the sp initializing parameters input and 1 output
and insert data to table according to the event type
and it checks if the value I want to insert is allowed and doesn’t create duplicates in the
table and if it’s okay it inserts the data else it sends an err msg with the output parameters