How do you add a computed column to a Table? February 22, 2023 by Tarik The syntax I was looking for is: alter table TABLE_NAME add [column_name] as (**COLUMN-SQL**)