왜 컬럼이름이 안붙나요......

by 안지민 posted Mar 06, 2009

create class test1
(
    att int
);

insert into test1 values(1);

select * from
(select test1 from test1) A;


필드 이름을 지정하고 싶을떈 어떻게 하나요.. as를 어디다 붙여봐도 안되네요


Articles

9 10 11 12 13 14 15 16 17 18