CREATE PROCEDURE problem() . . . DEFINE null INT; LET null = 3; INSERT INTO tab VALUES (null); -- error, inserts NULL, not 3