How to differentiate between local variable and field name?
I have a stored procedure in MySQL (actually MariaDB 10.3), and I have a variable declared, let’s call it name
.
I have a stored procedure in MySQL (actually MariaDB 10.3), and I have a variable declared, let’s call it name
.
I am a little bit confused by the PHP function declare
.
After reading ilkkachu’s answer to this question I learned on the existence of the declare
(with argument -n
) shell built in.