摘要:
def GetDates(String startDate, String endDate){ Date d1 = new SimpleDateFormat("yyyyMMdd").parse(startDate);//定义起始日期 Date d2 = new SimpleDateFormat("y 阅读全文
摘要:
select top 100 * from ClientSecurityReturnIndex where EffectiveDate=(select MAX(EffectiveDate) from ClientSecurityReturnIndex as tb where ClientSecurityId=ClientSecurityReturnIndex.ClientSecurityId) ... 阅读全文
摘要:
create table #Account(AccountId int) insert into #Account select 1500722090 union select 1500722091 union select 1500722092 union select 1500722316 union select 1500722317--'union' is auto filter du... 阅读全文