Count of MERGE INTO UPDATE

0

Hi, I'm using MERGE INTO with UPDATE on top of ICEBERG. For example MERGE INTO accounts t USING monthly_accounts_update s ON (t.customer = s.customer) WHEN MATCHED THEN UPDATE SET purchases = s.purchases + t.purchases

I would like to know how many records were updated during this query. I see query result doesn't return this number.

Any option to get the number of updated rows?

Thank you

moshe
已提问 5 个月前148 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则