• Hi,

    I think you have two options here,

    1. If the table is truly static (never going to change) then you could just run an update on the table to set column C to be equal to column A and B

    2. If the data is likely to change in the future then you could use a computed column.

    Hope this helps.