SQL Cookbook cover
SQL Cookbook
by Anthony Molinaro
Description: SQL Cookbook by Anthony Molinaro provides practical solutions for common SQL problems, including data retrieval, string handling, date arithmetic, reporting, and working with hierarchical data structures
ISBN: 9780596009762
Found in 1 comment on Hacker News
ktr · 2018-08-15 · Original thread
My introduction to window functions (and the best write-up I’ve seen) was through the SQL Cookbook (http://shop.oreilly.com/product/9780596009762.do). I highly recommend.