trying to create sql procedure [closed]
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 hours ago.
Improve this questionsql image trying to create a procedure in mysql it says "as" is not valid at this position expecting a '('
create procedure test a开发者_运维百科s
select *
from student_info;
精彩评论