- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
EXTRACT The EXTRACT expression extracts and returns the value of a specified datetime field from a datetime or interval value expression. You can extract any of the components mentioned in the following syntax using the EXTRACT function. The syntax of the EXTRACT function is: SELECT EXTRACT ([YEAR] [MONTH][DAY] [HOUR] [MINUTE][SECOND] [TIMEZONE_HOUR] [TIMEZONE_MINUTE] [TIMEZONE_REGION] [TIMEZONE_ABBR] FROM [datetime_value_expression] [interval_value_expression]); When you extract a TIMEZONE_REGION or TIMEZONE_ABBR (abbreviation), the value returned is a string containing the appropriate time zone name or abbreviation. When you extract any of the other values, the value returned is in the Gregorian calendar. When extracting from a datetime with a time zone value, the value returned is in UTC. For a listing of time zone names and their corresponding abbreviations, query the V$TIMEZONE_NAMES dynamic performance view. In the first example on the slide, the EXTRACT function is used to extract the YEAR from SYSDATE. In the second example in the slide, the EXTRACT function is used to extract the MONTH from HIRE_DATE column of the EMPLOYEES table, for those employees who report to the manager whose EMPLOYEE_ID is 100. Instructor Note The Oracle Server lets you derive datetime and interval value expressions. Datetime value expressions yield values of datetime data type. Interval value expressions yield values of interval data type. For more information on these data types refer Oracle9i SQL Reference. TIMESTAMP Conversion Using FROM_TZ The FROM_TZ function converts a TIMESTAMP value to a TIMESTAMP WITH TIME ZONE value. The syntax of the FROM_TZ function is as follows: FROM_TZ(TIMESTAMP timestamp_value, time_zone_value) where time_zone_value is a character string in the format TZH:TZM or a character expression that returns a string in TZR (time zone region) with optional TZD format (TZD is an abbreviated time zone
您可能关注的文档
- 1第八章__流动资产管理幻灯片.ppt
- 1第二章__货币时间价值幻灯片.ppt
- 1第九章__股利政策幻灯片.ppt
- 1第六章__筹资管理幻灯片.ppt
- 1第七章项目投资管理幻灯片.ppt
- 1第四章__财务分析幻灯片.ppt
- 中班啪啦啪啦嘭语言啪啦啪啦碰幻灯片.ppt
- 1第五章__筹资方式幻灯片.ppt
- 1第一章财务管理导论幻灯片.ppt
- 人教必修2第三章第三节市公开课教案及课件生活中两种常见的有机物--乙酸公开课幻灯片.ppt
- 人教数学中考复习课件第16课时等腰三角形共38张幻灯片.ppt
- 人教数学中考复习课件第17课时直角三角形和勾股定理共17张幻灯片.ppt
- 人教数学中考复习课件第18课时锐角三角函数及其应用共38张幻灯片.ppt
- 人教数学中考复习课件第19课时多边形与平行四边形共27张幻灯片.ppt
- 中秋佳节课件秋秋秋!!!幻灯片.ppt
- 7配置声音系统幻灯片.ppt
- 人教数学中考复习课件第20课时特殊的平行四边形共34张幻灯片.ppt
- 中石油-考研课件第八章:回复与再结晶幻灯片.ppt
- 人教数学中考复习课件第21课时圆的基本性质共25张幻灯片.ppt
- 人教数学中考复习课件第22课时与圆有关的位置关系共37张幻灯片.ppt
文档评论(0)