例如像这样的
create procedure test(iTitle varchar(20),iMark0 varchar(20)='AA')
调用的时候,缺少第二个参数也可以调用的call test('a');
可以么?