variabel cetak mysql

declare myvar INT default 0;
SET myvar = 5;
SELECT concat('myvar is ', myvar);
hexeditor