By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
3 rows affected
1 rows affected
Msg 2627 Level 14 State 1 Line 1
Violation of UNIQUE KEY constraint 'uq_clean_data'. Cannot insert duplicate key in object 'dbo.t'. The duplicate key value is (Hello).
Msg 3621 Level 0 State 0 Line 1
The statement has been terminated.
| a | clean_data |
|---|---|
| Hello-World | Hello |
| Theremin | Theremin |
| -123 | |
| Happy | Happy |