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ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ