need help flaging a column | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

need help flaging a column

I need help writing a script that says each time the column email_address contains a value other than <null> then flag another column with ‘y’ (moved from CLustering tips section)

Update Table Set Flag_Column=’Y’ where EmailId is not null Madhivanan

]]>