Fan art of Geralt from The Witcher, while waiting for the TV series streaming on Netflix.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 182),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 182),0)
)
ORDER BY date, id