where a.system_nr =''''5300'''' and
a.external_status_cd = '''''''' and
a.cust_acct_id = b.rel_cust_acct_id and
b.cust_acct_id = c.cust_acct_id and
c.cust_acct_id = d.cust_acct_id and
d.acct_status_cd = ''''OPEN'''' and
d.time_mnth_gen_id =''''' + @BegDate + ''''' and
a.cust_acct_id = e.cust_acct_id and
e.tran_dt >=''''' + @BegDate + ''''' and
e.tran_dt<=''''' + @EndDate + ''''' and
d.portfolio_cd = ''''HEQ'''' and
a.time_mnth_gen_id =''''' + @BegDate + ''''' '')'
これは、既に記述されている where 条件であり、変更を加える必要があります。
彼らが を使用している理由を教えてください'''''+@begdate'''''
。使えます'+Bedate'
か?なぜ彼らは'''''
それぞれの面を使っているのですか?