Testimonial "Puccio" for the sticker album of the soccer team A.C.D. Marignanese.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 84),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 84),0)
)
ORDER BY date, id