Design, layout and printing of the restaurant menu. A4 size, stapled binding, gloss finish.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 168),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 168),0)
)
ORDER BY date, id