Social cover for "One Thousand and One Nights" inspired story collection. Disney style upon client's request.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 187),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 187),0)
)
ORDER BY date, id