select roll from
(
select roll1 as roll
from decp
where roll1<>0
union all
select roll2 as roll
from decp
where roll2<>0
union all
select roll3 as roll
from decp
where roll3<>0
union all
select roll4 as roll
from decp
where roll4<>0
union all
select roll5 as roll
from decp
where roll5<>0
) as a
order by roll