1: 2: 3: 4: 5:
select firstname, lastname, code, startdate, commencedate from my table where isnull(startdate, commenceDate) >= GetDate()