Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select t.*
from t
inner join
(select 5 id union all
select 4 union all
select 3 union all
select 2 union all
select 5) dt
on t.id = dt.id