If we could look at the origin of creativity, what would it look like?
I wanted to paint the exact moment when an artist meets his next idea. A spark of wild and bewitching imagination, which the artist will be able to translate and share to the rest of the world.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 220),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 220),0)
)
ORDER BY date, id