Illustration for one of the 25 stories contained in "Lineage of Elysium".
Will Kurun and Relian survive the dangerous city of Dorgar?
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 95),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 95),0)
)
ORDER BY date, id