Card "Trial of the Death" for the horror boardgame "The Reaper".
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 143),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 143),0)
)
ORDER BY date, id