函式索引的問題
select coalesce(sum(b.amount * t.goods_price), 0)
from emall_order t,
emall_trade s,
ioss_out_depository a,
ioss_prod_relation_out b
where t.tid = s.tid
and s.status in ('trade_finish', 'wait_buyer_confirm_goods')
and a.relation_num = s.tid
and a.status = 'out_finished'
and b.out_dep_id = a.id
and a.type = 'out_sales'
and t.goods_instance_id = 2685
and a.gmt_out_dep >= to_date('2009-9-11', 'yyyy-MM-dd')
and a.gmt_out_dep < to_date('2009-10-13', 'yyyy-MM-dd') + 1
select * from emall_order
create index IDX_OUT_DEPOSITORY_GMT_OUT_DEP on IOSS_OUT_DEPOSITORY(to_date(GMT_OUT_DEP,'yyyy-MM-dd'));
drop index IDX_OUT_DEPOSITORY_GMT_OUT_DEP
select * from IOSS_OUT_DEPOSITORY
where GMT_OUT_DEP > to_date('2010-10-11','yyyy-mm-dd')
select to_date(gmt_out_dep,'yyyy-mm-dd hh24:mi:ss') from IOSS_OUT_DEPOSITORY
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12272958/viewspace-677981/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於函式索引的問題?函式索引
- 0427建立Extended Statistics函式索引問題函式索引
- 0429建立Extended Statistics函式索引問題函式索引
- 利用函式索引解決複雜的約束問題函式索引
- [20180509]函式索引問題.txt函式索引
- [20180212]函式索引問題.txt函式索引
- 建立聯合函式索引解決top sql效能問題函式索引SQL
- 函式索引使用細節——自定義函式的索引化函式索引
- [20150803]使用函式索引注意的問題.txt函式索引
- 函式呼叫棧的問題函式
- itoa函式的奇怪問題函式
- 關於Hash 函式 雜湊索引表 解決位置衝突的問題函式索引
- [20190918]關於函式索引問題.txt函式索引
- 基於函式的索引函式索引
- 函式索引的儲存函式索引
- 函式索引陷阱函式索引
- oracle函式索引Oracle函式索引
- 函式內部This的指向問題函式
- 關於scanf函式的問題函式
- Oracle基於函式的索引Oracle函式索引
- Oracle之函式索引Oracle函式索引
- 說說函式索引函式索引
- 索引中使用函式索引函式
- 關於cuda中的函式問題函式
- TO_DATE函式的小問題(二)函式
- OCP之基於函式的索引函式索引
- Java建構函式的繼承問題Java函式繼承
- thinkphp session 管理函式的一個問題PHPSession函式
- wm_concat函式的排序問題函式排序
- input函式出現的問題(Python)函式Python
- 建構函式的繼承問題 (轉)函式繼承
- deterministic function 函式索引Function函式索引
- SQL優化--函式索引SQL優化函式索引
- sequence 和索引函式呼叫索引函式
- [20120130]函式索引與取max值的問題1.txt函式索引
- [20120131]函式索引與取max值的問題2.txt函式索引
- [20120131]函式索引與取max值的問題3.txt函式索引
- 函式索引的使用細節——常數表示式函式索引