Sqlserver
 sql >> Database >  >> RDS >> Sqlserver

Colonna calcolata in visualizzazione SQL

Certo:

select Product1, Product2, Product1 + ' ' + Product2 as [computed]
  from my_table