-- レコードのupdate処理
UPDATE
  dataset.table
SET
  num = 15
WHERE
  name = 'みかん' 
AND 
  buy_day = '2019-11-05';
おすすめの記事