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 存储过程。调试时发现,我无法设置参数,非常有趣。如下:
USE MyDatabase; SET @myParam := 3; Select @myParam;
什么不见了?