Usa la funzione VALORI()
INSERT INTO t (t.a, t.b, t.c)
VALUES ('key1','key2','value'), ('key1','key3','value2')
ON DUPLICATE KEY UPDATE
t.c = VALUES(t.c)
vedere http://dev.mysql.com/ doc/refman/5.0/en/insert-on-duplicate.html
Usa la funzione VALORI()
INSERT INTO t (t.a, t.b, t.c)
VALUES ('key1','key2','value'), ('key1','key3','value2')
ON DUPLICATE KEY UPDATE
t.c = VALUES(t.c)
vedere http://dev.mysql.com/ doc/refman/5.0/en/insert-on-duplicate.html
Come eseguire un processo di SQL Server Agent utilizzando T-SQL
Strumento per sviluppatori Oracle SQL:download e installazione
Come utilizzare l'istruzione Case per la formattazione condizionale in Select Query - Tutorial SQL Server/TSQL Parte 116
Aggiungi colonne a una tabella esistente nel database di SQL Server