mysql命令区别及示例
我是 mysql 语言的新手,无法理解程序和函数之间的区别,有人能回答在什么情况下应该使用这个例程吗?
还有一些例子=>我有名为“data”的表和名为“id”(主键)、“local”的列。这个本地包含多个完全相同的数据。我想搜索这个“数据”(并在使用它进行结果操作之后)表的每个ID,该表本地等于(例如)“某物”
请回答这个问题......谢谢
I'm new in mysql language and can not understand difference between procedures and functions, can anyone answer in which case should be use this routines ?
Also have some example => I've table named "data" and columns named "id"(primary key) , "local". this local includes multiple exactly same data. I want to search every id of this "data" (and after result manipulate with it) table which local equal to (for instance) 'something'
Please answer in this question ... Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
功能:
过程:
获得结果:
Functions:
Procedure:
To get your result:
我想你使用 php 和 mysql 。
你的查询应该是
I suppose that you use php with mysql.
your query should be