"Oak Island and the Cursed Treasure" is a docuseries with history, mistery and tecnology. I chose Rick to practice my portrait skills.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 195),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 195),0)
)
ORDER BY date, id