如何在 phpMyAdmin (MySQL) 中编写 SP?
如何在 phpMyAdmin 中编写存储过程?
How do I write a stored procedure in phpMyAdmin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 phpMyAdmin 中编写存储过程?
How do I write a stored procedure in phpMyAdmin?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在 phpMyAdmin 中,您可以在 SQL 窗口中创建存储过程。
您可能必须将分隔符设置为“$$”之类的内容,而不是默认的“;”。您可以从 SQL 窗口底部更改此设置。
In phpMyAdmin you can create the stored procedure in the SQL window.
You may have to set the delimieter to something like "$$" instead of the default ";". You can change this from the bottom of the SQL window.
从网上复制的:
Copied from the internets: