The actor Orlando Bloom as the elf Legolas in The Lord of The Rings.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 125),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 125),0)
)
ORDER BY date, id