- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle数据库基本数据类型(Oracle database basic data type)
oracle数据库基本数据类型(Oracle database basic data type)
This article is contributed by horoscopec
DOC documents may experience poor browsing on the WAP side. It is recommended that you first select TXT, or download the source file to the local view.
Oracle basic data types
Data type char (n)
Parameter n=1 to 2000 bytes
Description of fixed length strings, n bytes long, if you do not specify the length, the default is 1 bytes long (a Chinese characters is 2 bytes) strings of variable length, specific definition indicates the maximum length of N, this data type can be numbers, letters and characters in the ASCII character set (or accept EBCDIC database system all the symbols in the standard).
VARCHAR2 (n) n=1 to 4000 bytes if the length of the data does not reach the maximum value of N, Oracle 8i will automatically adjust the length of the field according to the size of the data, if there is space before and after your data, Oracle 8i will automatically be deleted. VARCHAR2 is the most commonly used data type. The maximum length of the index can be 3209. A variable length numeric column that allows 0, positive, and negative values. M is the number of all significant digits, and N is the digits after the decimal point. Such as: number (5,2), then the maximum value of this field is 99999, and if the value exceeds the number limit, it will be intercepted more than number (m, n), m=1, to, 38, n=-84, to, more than 127 digits. Such as: number (5,2), but this field in a row of data entered 575.316, then really save the value in the field is 575.32. Such as: number (3,0), enter 575.316, the real save data is 575. All the valid date from January 1, 4712 BC to December 4712 date 31, Oracle 8i in the interior is 7 bytes to save the date according to the data, in the definition also includes hours, minutes and seconds.
The default format is DD-MON-YY, such as 07-11, -00, for November 7, 2000. Variable length character column, the maximum length limit is 2GB, used for long string data wi
您可能关注的文档
- 11~15单元英语翻译(11~15 unit English translation).doc
- 12345我的最爱(12345, my favorite).doc
- 12位自拍达人眼中的美图手机 要他们买不容易(12 self timer in the eyes of Mito mobile phone to buy them is not easy).doc
- 115管道、设备防腐施工工艺(115 pipeline and equipment anti-corrosion construction process).doc
- 11分类词汇-动物名称(11 category Vocabulary - animal names).doc
- 12春《西方经济学(一)》第二次作业(12 spring, Western Economics (a) second assignments).doc
- 10个日常小常识(10 common facts).doc
- 13春《统计学》在线作业(13 spring Statistics online homework).doc
- 12种导致贫穷的性格(12 characters that lead to poverty).doc
- 13春学期,《市场调查与预测》,在线作业答案(13 spring semester, market research and forecast, online homework answer).doc
- ospf排错(ospf排错).doc
- oracle访问多个sql server数据库(Oracle accesses multiple SQL Server Databases).doc
- outlook及网页退信常见报错及解决方法大全(Outlook and common error bounce and solutions Daquan).doc
- pci声卡一问一答(PCI sound card, a question and answer).doc
- pe80 压力等级(PE80 pressure rating).doc
- pes2012操作(Pes2012 operation).doc
- pes2010超详尽操作指南_by_twinsnake(Pes2010 ultra exhaustive operation guide _by_twinsnake).doc
- photoshop的使用方法(How to use Photoshop).doc
- photoshop cs5本文档(PS图象处理软件本文档CS5).doc
- php运算符学习(PHP operator learning).doc
原创力文档


文档评论(0)