Or
select thing1, (case when something1 = something2 then something2 else something3 end) as thing2 where whatever order by 2
@villa-ru started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Or
select thing1,
(case when something1 = something2 then something2
else something3
end) as thing2
where whatever
order by 2