存储过程中存在返回不同列数,比如select * from students返回所有列,而select sno from students返回sno一列
如果存储过程内容图所示,应该会执行成功,并不会报错