I have a table like this
ID | Type | Val0 | Val1 1 | 0 | A | NULL 2 | 1 | NULL | B
I need to select Val0 when the type
Val0
See CASE statement http://msdn.microsoft.com/en-us/library/ms181765.aspx