2012-06-15 14 views

risposta

50

La sintassi che cercavo è:

alter table TABLE_NAME 
add [column_name] as (**COLUMN-SQL**) 
+2

'ALTER TABLE TABLE_NAME aggiungere [nome_colonna] come (** COLONNA-SQL **)' –

+1

Colonna è extra e l'errore causa – Mostafa

+3

EX: 'alter table TABLE_NAME aggiunge [double_count] as (count * 2) ' –

Problemi correlati