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 存储过程,我对这些还很陌生。
我们什么时候需要使用OUT参数?单独然后在底部IN只有SELECT语句,结果也将返回,而无需调用@OUT参数。
OUT
IN
SELECT
@OUT
我只是需要一些光。谢谢你。