Update multiple rows with 'CASE WHEN EXISTS' too slow

后端 未结 0 1416
时光取名叫无心
时光取名叫无心 2020-12-23 11:48

i have this query

update t_reconcile_biller b set status = case when exists (
    SELECT i.credit_amount, i.recipt_no,  
    i.credit_acct_no, i.recon_date 
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题