'index'에 해당되는 글 2건

  1. 2007/12/09 오라클 원단위 절상 절사
  2. 2007/09/02 Divx FIX - 동영상 깨진 인덱스 복구(?)

-- 절상
select ROUND(@VAL + 4.0 , -1)
 
 
-- 절사
select FLOOR(@VAL / 10) * 10



* 추가 팁

-여러개 row 테스트
select 1 from dual
union all select 1 from dual
union all select 1 from dual


-인덱스
select /*+ index_desc(abc abc_rdate) */ a, v, d from abc;


-오라클에서 '' 빈문자열은 null과 같이 취급된다. is null

2007/12/09 18:50 2007/12/09 18:50

Divx FIX - 동영상 깨진 인덱스 복구(?)

창고 2007/09/02 00:05 posted by zekill
http://divfix.maxeline.com/divfix.html 

rebuild or strip the index part of the movie



2007/09/02 00:05 2007/09/02 00:05