Book cover on a sci-fi theme. The challenge was to combine tiny elements with huge elements. All in an excited action scene.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 233),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 233),0)
)
ORDER BY date, id