- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
SQLservervsOracleDatatypes
Microsoft SQL Server Description Oracle Description INTEGER Four-byte integer, 31bits, and a sign “INT” NUMBER 10 It is possible to place a table constraint on columns of this type as an option to force values between -2^31 and 2^31. Or, place appropriate constraints such as: STATE_NO between 1 and 50 SMALLINT Two-byte integer, 15 bits and a sign NUMBER 6 It is possible to place a table constraint on columns of this type optionally to force values between -2^15 and 2^15. Or, place appropriate constraints such as: STATE_NO between 1 and 50 TINYINT One byte integer, 8 bits and no sign. Holds whole numbers between and 255. NUMBER 3 You may add a check constraint of x between 0 and 255 where x is column name. REAL Floating point number. Storage is four bytes and has a binary precision of 24 bits, a 7-digit precision. Data can range for -3.40E+38 to 3.40E+38 FLOAT The ANSI data type conversion to Oracle for REAL is FLOAT 63 . By default, the Oracle Migration Workbench maps REAL to FLOAT 24 that stores up to 8 significant decimal digits in Oracle. The Oracle NUMBER data type is used to store both fixed and floating-point numbers in a format that is compatible with decimal arithmetic. You may want to add a check constraint to constrain range of values. Also, you get different answers when performing operations on this data type as the Oracle NUMBER type is more precise and portable than REAL. Floating-point numbers can be specified in Oracle in the following format: FLOAT[ b ]. Where [ b ] is the binary precision b and can range from 1 to 126. [ b ] defaults to 126. To check what a particular binary precision is in terms of decimal precision, multiply [ b ] by 0.30103 and round up to the next whole number. FLOAT A floating point number. This column has 15-digit precision. FLOAT The ANSI data type conversion to Oracle for FLOAT p is FLOAT p . The ANSI data type conversion to Oracle for DOUBLE PRECISION is FLOAT 126 . By default, the Oracle Migration Workb
您可能关注的文档
最近下载
- 瘦肉精快速检测卡技术要求.pdf VIP
- 4 材料的来源课件 2025科学三年级上册冀人版.ppt
- 石油焦贸易合同协议.docx VIP
- 四年级上册音乐教案-大雁湖 (五)|人音版(简谱).doc VIP
- 河北机关事业单位工人技能等级考试(公共基础知识)复习题库及答案.docx VIP
- 电梯安装质量控制要点(11)..doc VIP
- (2.1.12)--1.1.6 粗集料针片状颗粒含量试验.ppt VIP
- +第四单元第2课《奇异空间》课件+-2024-2025学年湘美版(2024)初中美术七年级下册.pptx VIP
- 中国故事英语版15篇.docx VIP
- 中文释义 新目标大学英语综合教程1.xlsx VIP
文档评论(0)