Official animated video for the 40th anniversaty of the "Two crocodiles" song, in teamwork with Marco Martellini.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 126),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 126),0)
)
ORDER BY date, id