17,134
社区成员
发帖
与我相关
我的任务
分享
SELECT a.min_cons_amount
FROM min_cons_history a
WHERE
min_cons_effective_date = (select max(b.min_cons_effective_date)
from min_cons_history b
where b.min_cons_effective_date<=to_date(20110101,'yyyymmdd')
AND b.min_cons_acct = 225280001
)