Código
DECLARE nombre VARCHAR(2); SET nombre = 'ho'; SELECT nombre;
Y no funciona, sale el error,
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DECLARE nombre VARCHAR(2)' at line 1
Ayuda!