We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UpdateExec.updatedRowKeys
UpdateExec.mergedRowData
updatedRowKeys and mergedRowData in UpdateExec can use a large amount of memory but is not tracked in the memory tracker.
updatedRowKeys
mergedRowData
UpdateExec
update `T_CUSTOMER` set purse_num = purse_num + 1 where vip_level = '0'
update T_CUSTOMER n, T_CUSTOMER m set n.purse_num=1, m.purse_num=2 where n.vip_level = '0'