인터베이스는 서버쿼리가 안되나요?
예를 들면
select a.Accunit, a.custcd, b.start, c.endd, a.price from Tcustrevprice a,
(Select x.accunit, x.custcd, x.Load start from TcustRev x, TcustRevPrice y
where x.seq = y.SSeq
and x.accunit = y.accunit
and x.custcd = y.custcd) b,
어쩌구 저쩌구....
뭐 이런식으로요..
오라클하고 인터베이스하고 차이가 많이 나나요?
고수님의 빠른 답변 부탁드립니다.
즐거운 주말 되세요~~~
|