create class test1
(
att int
);
insert into test1 values(1);
select * from
(select test1 from test1) A;
필드 이름을 지정하고 싶을떈 어떻게 하나요.. as를 어디다 붙여봐도 안되네요
create class test1
(
att int
);
insert into test1 values(1);
select * from
(select test1 from test1) A;
필드 이름을 지정하고 싶을떈 어떻게 하나요.. as를 어디다 붙여봐도 안되네요