[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[orca-users:08717] Re: 診療の延べ回数の検索について
- To: orca-users@xxxxxxxxxxxxxx
- Subject: [orca-users:08717] Re: 診療の延べ回数の検索について
- From: Naoki Shimaya <naoki-shimaya@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Mar 2006 09:02:24 +0900
島谷@恵庭です.
ORCAからはできないので,こんな感じですかね.
$sudo -u orca psql orca
orca=# select count(hospid) from tbl_sryact where (srycd1=114001110) or (srycd2=114001110) or (srycd3=114001110)
or (srycd4=114001110) or (srycd5=114001110);