摘要: select top 100 * from ClientSecurityReturnIndex where EffectiveDate=(select MAX(EffectiveDate) from ClientSecurityReturnIndex as tb where ClientSecurityId=ClientSecurityReturnIndex.ClientSecurityId) ... 阅读全文
posted @ 2017-07-18 17:22 Sunshine168 阅读(2290) 评论(0) 推荐(0)