temp table

[DB]/Oracle 2015. 2. 20. 14:57
create global temporary table tempdata(
 song_id varchar(10)
)
on commit delete rows;


'[DB] > Oracle' 카테고리의 다른 글

SQLLDR  (0) 2015.02.20
Join Update  (0) 2015.02.20
spool을 이용한 결과 txt 저장  (0) 2015.02.20
: