This procedure compiles and runs fine but TOAD syntax check marks the line with a red X: CREATE PROCEDURE test( x IN p_1 text CHARACTER SET utf8mb4 collate utf8mb4_unicode_ci, IN p_2 varchar ( 2 ) CHARACTER SET utf8mb4 collate utf8mb4_unicode_ci) BEGIN set @v=1; END;
↧