gpt4 book ai didi

Mysql 存储过程 - 从多个数据库表中获取行

转载 作者:行者123 更新时间:2023-11-30 00:23:19 24 4
gpt4 key购买 nike

我正在尝试从 mysql 数据库存储过程之一的多个数据库表中获取行。

这可能吗?

请给我举个例子。

     CREATE DEFINER=`root`@`localhost` PROCEDURE `user_procedure`(IN uid_user int)
BEGIN
select ucgm_id from `conne`.conn_group_membership where uid=uid_user;
END

最佳答案

游标可以从多个表中获取数据,并且您可以在过程中使用它们。

关于Mysql 存储过程 - 从多个数据库表中获取行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23063198/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com