What's hidden below the surface of the pond? Digital illustration and concept practice.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 178),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 178),0)
)
ORDER BY date, id