Every loss leaves a deep void in our hearts. Over time it gets covered with shiny new memories, but the hole is never completely plugged.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 225),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 225),0)
)
ORDER BY date, id