Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すでに存在するテーブルに計算列を追加するにはどうすればよいですか?SOには計算列ヘルプ-TSQLがありますが、それらの追加に関する情報はありません。
私が探していた構文は次のとおりです。
alter table TABLE_NAME add [column_name] as (**COLUMN-SQL**)