如何在 phpMyAdmin (MySQL) 中编写 SP?

发布于 2024-08-25 06:50:47 字数 30 浏览 4 评论 0原文

如何在 phpMyAdmin 中编写存储过程?

How do I write a stored procedure in phpMyAdmin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

み格子的夏天 2024-09-01 06:50:47

在 phpMyAdmin 中,您可以在 SQL 窗口中创建存储过程。

您可能必须将分隔符设置为“$$”之类的内容,而不是默认的“;”。您可以从 SQL 窗口底部更改此设置。

存储过程在 phpMyAdmin

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.

Stored Procedure in phpMyAdmin

爺獨霸怡葒院 2024-09-01 06:50:47

从网上复制的:

答案是肯定的,也不是。 phpmyadmin
没有用于创建存储的工具
程序,但您可以输入 SQL
使用它并以这种方式创建它们。

(注意我不相信之前的版本
MySQL 5支持存储
程序。)

Copied from the internets:

The answer is yes and no. Phpmyadmin
has no tools for creating stored
procedures but you can enter in SQL
using it and in that way create them.

(Note I don't believe versions prior
to MySQL 5 supported stored
procedures.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文