Skip to content

Instantly share code, notes, and snippets.

View geoffb's full-sized avatar
🕹️
Making games!

Geoff Blair geoffb

🕹️
Making games!
View GitHub Profile
-- I used to do it like this:
SELECT * FROM table WHERE
hurr
AND (foo = 'bar')
AND (bar = 'foo')
-- Then later I spaced it out even more:
SELECT