A sex symbol with personality. I adore the movie "Who framed Roger Rabbit" and this is a small tribute to an important piece of my artistic childhood.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 90),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 90),0)
)
ORDER BY date, id