在哪里可以找到 PL/SQL 编程语言的官方语法?
Where can I find an official grammar for the PL/SQL programming language? I see that the Antlr project has a user-contributed grammar, but I was hoping to find a more authoritative source.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另外,您可以查看社区 PL/SQL ANTLR 语法< /a> 在 ANTLR 语法存储库中。
Also, you can take a look at a community PL/SQL ANTLR grammar in ANTLR grammars repository.
PL/SQL 的官方语法可以在 中找到PL/SQL 语言参考 第 13 章一个>。
The official grammar for the PL/SQL can be found at the Chapter 13 of the PL/SQL Language Reference.
你指的是文档吗?了解 Oracle 的版本会有所帮助 - 这个链接涵盖 9i(技术上是 v9.2)。
You mean the documentation? It'd help to know what version of Oracle -- this link covers 9i (v9.2 technically).