Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 MySQL 中的存储过程返回游标?
简单地说:不要这样做!
说真的:这表明您的设计存在缺陷。
游标是服务器端的东西。您不能将此“返回”给客户。
mysql 不支持客户端游标。它们仅存在于存储过程中。