Product Overview

Simply SQL

1st edition, December 2008

  • p.48 last paragraph

    The mention of dot notation should say "tablename.columname", not "tablename.rowname".

  • p.179 code block The line:
    , CAST(COUNT(items.name AS CHAR) AS item
    should read:
    , CAST(COUNT(items.name) AS CHAR) AS item
  • p.243 code block ON sub.parent = cat.name should be ON sub.parent = cat.category


ebook only

Instant Download!
This title available in Adobe PDF, Kindle (mobi) and ePub (IOS) formats

SitePoint Books

  • advocate best practice techniques
  • lead you through practical examples
  • provide working code for your web site
  • make learning easy and fun

100% Money Back Guarantee