while executing the
show create procedure <proceudre_name>
it will execute create procedure column with paramater
CREATE OR REPLACE PROCEDURE report
(p_lob text CHARACTER SET utf8 COLLATE utf8_general_ci NULL)
.
.
End;
is there any option not to show CHARACTER SET utf8 COLLATE utf8_general_ci NULL
?