안녕하세요?
오라클 8i, delphi 5 쓰고 있습니다.
select b.* from t300 a,t300 b
where a.job <= 5 and length(a.kwan)=9
and a.jobgu=b.org and a.jobno=b.orgno and a.jobymd=b.orgymd and a.mcod1=b.mcod1
위의 query에서 얻은 결과에 대해 update를 하고싶습니다.
그러면
update t300
set num = '1'
(select b.* from t300 a,t300 b
where a.job <= 5 and length(a.kwan)=9
and a.jobgu=b.org and a.jobno=b.orgno and a.jobymd=b.orgymd and a.mcod1=b.mcod1)
이런식을 update를 할수없을까요?
하나의 table을 가지고 할려니깐 힘드네여...잉 ^^;
답변기다리겠습니다.
델파이는 쿼리문을 사용하여 열면 읽기 전용으로
열림니다...
비베에서 .mdb는 가능 한데 델파이에서는 안됩니다.
그럼 좋은 하루 되십시오.