Fantasy book illustration. The Elven Goddess giving birth to Alda, the elven holy tree.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 52),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 52),0)
)
ORDER BY date, id