V
V
Vladimir Golub2021-07-27 17:06:51
MySQL
Vladimir Golub, 2021-07-27 17:06:51

Is it possible to call a procedure without saving it?

New to MYSQL, is it possible to call a procedure without saving it and just test it?

CREATE PROCEDURE saves exactly, but it needs to be launched for the purpose of testing.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman MySQL, 2021-07-27
@RazerVG

you can not
, but you can try to emulate the work of a stored procedure using dynamic queries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question