select * from dba_col_comments where 1=1 and owner='anydragon' and comments is NULL and table_name not like 'BIN$%' order by table_name ;
: 이름
: 패스워드
: 홈페이지
비밀글
SELECT MAX(DECODE(A, '1', B) as COL1, MAX(DECODE(A, '2', B) as COL2, MAX(DECODE(A, '3', B) as COL3 FROM ( SELECT A, B FROM [테이블] )
원본 위치 <http://bomb.egloos.com/1073673
댓글을 달아 주세요