SQL Quick Reference
Dec.17, 2008 in
Programming
Having relied on NHibernate for a while it was a little disconcerting to have to write some SQL scripts and realise just how rusty I’d become. I couldn’t find a SQL Reference that provided quite the information I needed, so I figured I’d create one.
If you find yourself in a similar position, enjoy. SQL Guide in pdf format. (And SQL Guide in A4 format for non-US readers.)

December 17th, 2008 at 10:22 am
Good work. ALso does your guide target any specific database like Mysql etc ?
December 31st, 2008 at 2:27 am
Good point. I mention this in the pdf but forgot to say in the post. I’m mainly a .NET developer, so the SQL in the doc was tested on SQL Server. That said, I think the majority of what I’ve covered is pretty standard.