• select

    MethodDate,

    Method

    from

    @TestData

    where

    Method = 'A'

    UNION ALL

    select top 1

    MethodDate,

    Method

    from

    @TestData

    where

    Method = 'B'

    order by

    MethodDate DESC


    "If I had been drinking out of that toilet, I might have been killed." -Ace Ventura