Groooooove. Groove.
I need to print out a 'cheat sheet' with things like 'a join query looks like this: SELECT table1.column, table2.column FROM table1 JOIN table2 ON table1.column = table2.column WHERE table1.column = value'.
Every time I go to run a query with a join, I stare at it for five minutes and then root through my code until I find a working example of a join query. |