Oracle数据库表名支持的最大长度是多少

Oracle数据库表名支持的最大长度是多少,第1张

根据oracle support文档:ID E41084-03 描述: In either case, if the concatenation exceeds 30 characters, then the database returns an error and the statement fails. 11.2里面最长名字是30个字符,其他数据库版本应该也是

1、通过图形界面 *** 作,在左侧依次选择objects-tables,右键单击要修改的表名,选中‘Edit’-column,可以直接修改;

2、使用DDL语句:alter table 表名 modify 字段名(字符类型(长度))

例如:

alter table emp modify ename(varchar2(32))


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/9989213.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-04
下一篇 2023-05-04

发表评论

登录后才能评论

评论列表(0条)

保存