摘要: You can use datetime format models in the following functions:In theTO_*datetime functions to translate a character value that is in a format other than the default format into a datetime value. (TheTO_* datetime functions areTO_CHAR,TO_DATE,TO_TIMESTAMP,TO_TIMESTAMP_TZ,TO_YMINTERVAL, andTO_DSINTERV 阅读全文
posted @ 2013-04-15 09:41 marusu 阅读(416) 评论(0) 推荐(0) 编辑
摘要: You can use number format models in the following functions:In theTO_CHARfunction to translate a value ofNUMBER,BINARY_FLOAT, orBINARY_DOUBLEdatatype toVARCHAR2datatypeIn theTO_NUMBERfunction to translate a value ofCHARorVARCHAR2datatype toNUMBERdatatypeIn theTO_BINARY_FLOATandTO_BINARY_DOUBLEfuncti 阅读全文
posted @ 2013-04-15 09:37 marusu 阅读(402) 评论(0) 推荐(0) 编辑
摘要: ALTER CLUSTER ALTER CLUSTER [ schema. ]cluster { physical_attributes_clause | SIZE size_clause | allocate_extent_clause | deallocate_unused_clause | { CACHE | NOCACHE } } [ physical_attributes_clause | SIZE size_clause | allocate_extent_clause ... 阅读全文
posted @ 2013-04-15 09:30 marusu 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 分析ファンクション分析ファンクションは、行のグループに基づいて集計値を計算します。各グループに対して複数の行を戻す点で、集計ファンクションと異なります。行のグループをウィンドウといい、analytic_clauseで定義されます。各行に対して、行のスライディング・ウィンドウが定義されます。このウィンドウによって、カレント行の計算に使用される行の範囲が決定されます。ウィンドウの大きさは、行の物理数値または時間などのロジカル・インターバルに基づきます。分析ファンクションは、問合せで最後に実行される演算(最後のORDER BY句を除く)の集合です。すべての結合およびすべてのWHERE、GROUP B 阅读全文
posted @ 2013-04-12 00:01 marusu 阅读(539) 评论(0) 推荐(0) 编辑