本文介绍了一个表中允许的最大列数是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在以下版本中, Oracle 表中允许的最大列数是多少?
What is the maximum number of columns allowed in an Oracle table, in the following versions?
- Oracle 8i
- Oracle 9i
- Oracle 10g
- Oracle 11g
- Oracle 12c
推荐答案
8i , 9i , 10克, 11g , 12c , 18c 和 19c .
在此之前, Oracle 7 的列数限制为254.
Prior to that, Oracle 7 had a 254 column limit.
这篇关于一个表中允许的最大列数是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!