17,382
社区成员




select a.goodsid, b.vipid
from pub_goods a, resa_sa_dtl b
where a.goodsid = b.goodsid
and b.vipid > 0
and b.vipid not in (3344, 1674, 9028)
and a.goodsname like '%(特%'
and b.useday >trunc(sysdate,'dd')
select a.goodsid, b.vipid
from pub_goods a, resa_sa_dtl b
where a.goodsid = b.goodsid
and b.vipid > 0
and b.vipid not in (3344, 1674, 9028)
and a.goodsname like '%(特%'
and b.useday >trunc(sysdate,'dd')