开发者

trying to create sql procedure [closed]

开发者 https://www.devze.com 2022-12-07 19:27 出处:网络
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.

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 question

sql 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;
0

精彩评论

暂无评论...
验证码 换一张
取 消