アウトプットができる技術者に

it's a time to take a new step !

Sybase ASE 入門 update文で from句を利用する

  • テーブル ts1の内容を ts2 の内容に updateする
update ts1 set a.name = b.name
from ts1 a, ts2 b
where a.id = b.id
注意

from句で副問い合わせは使用不可