[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-users:05634] Re: ptidとptnum



> ということでしたが、某所で教えを請い以下のようにすれば取りあえず取得できるよ
> うになりました。

select 'hoken',tbl_ptinf.*, tbl_ptnum.*
from
  tbl_ptnum,
  tbl_ptinf,
  tbl_pthkninf
where
  tbl_ptnum.ptid=tbl_ptinf.ptid and
  tbl_ptnum.ptid = tbl_pthkninf.ptid
union
select 'kouhi',tbl_ptinf.*, tbl_ptnum.*
from
  tbl_ptnum,
  tbl_ptinf,
  tbl_ptkohinf
where
  tbl_ptnum.ptid=tbl_ptinf.ptid and
  tbl_ptnum.ptid = tbl_ptkohinf.ptid

しないとptnumが取得できないことに気づきました。
訂正です。


石津吉彦@石津クリニック
http://www.apionet.or.jp/~yoishizu/