Oracle、PL/SQL 中带有 INOUT 参数的过程示例
如何在程序中使用 IN OUT 参数。我想给出一个参数作为输入并获得相同的输出?我可以举个例子吗?
How can I use IN OUT parameter in a procedure. I want to give a parameter as both input and get the same out put? can i have an example for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 SQL Plus 中执行此操作:
您应该看到输出:
Do this in SQL Plus:
You should see the output:
请参阅 Oracle PL/SQL 文档的“指定子程序参数模式”部分:
http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96624/08_subs.htm#895
See the Oracle PL/SQL documentation, section "Specifying Subprogram Parameter Modes":
http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96624/08_subs.htm#895