Oracle PL/SQL 的一个很好的参考
可能的重复:
Oracle PL/SQL 的一个很好的参考
我需要制定一个过程在oracle中填充一些表,我是oracle的新手,我需要接收两个id,用它们进行几个循环,迭代或类似的东西,然后创建一些sql,该过程将被调用到触发器中,但我找不到关于 PL/SQL 的良好且完整的参考,有建议吗?
Possible Duplicate:
A good reference for Oracle PL/SQL
I need make a procedure to fill some tables in oracle, i'm new in oracle, i need receive two ids, with that make a couple of loops, iteratos, or something like that, and then make a few of sql, the procedure will be called into a trigger, but i can't find a good and complete reference to PL/SQL, suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Oracle 自己的网站上有大量文档,包括在线文档和 PDF 文档。有关 11g 的在线 SQL 参考,请参阅此处。
Oracle's own website has extensive documentation, both online and PDF. See here for 11g's online SQL reference.
试试这个:面向应用程序开发人员的 PL/SQL
Try this one: PL/SQL for Application Developers