Summer doodle starring the character Fally from the comic series Niki Batsprite.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 75),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 75),0)
)
ORDER BY date, id