Oracle 10G 和 Derby 数据库中的列数限制是多少
直到最近我还以为 Oracle DB 中的列数限制是 255。但事实证明限制是 1000。有人可以证实这一点吗?
另外,我试图查找 Derby DB 中的列数是否有任何类似的限制,特别是嵌入式 derby java DB
Until recently I thought limit on number of columns in Oracle DB was 255. But turns out the limit is 1000. Can someone confirm this?
Also I was trying to find if there is any similar limit on number of columns in Derby DB, particularly embedded derby java DB
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 Oracle 文档的链接:逻辑数据库限制 .
摘录:
这里是 Derby 文档的链接:Derby 数据库< /a>
摘抄:
Here's link to Oracle documentation: Logical Database Limits.
Excerpt:
Here's link to Derby documentation: A Derby Database
Excerpt: