Illustration for the role playing game Byblum. Pencils by my partner Daniele Garbugli. Colors by me.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 164),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 164),0)
)
ORDER BY date, id