Posts by user143412 • 1 point
1 post
-
0
votes1
answer23
viewsQ: Return message using declare?
I need to check a variable on MySQL similar to that of the SQLSERVER. where i check return on a variable in the bank’s own message example in SQLSERVER I do so: DECLARE @nome VARCHAR(20) = 'NOME'…