Topic: SQL Server

Cover image for product 0470257032
Beginning T-SQL with Microsoft SQL Server 2005 and 2008
Paul Turley, Dan Wood
ISBN: 978-0-470-25703-6
Paperback
672 pages
December 2008
Other Available Formats: Adobe E-Book
Paperback Version: US $39.99 Add to Cart

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
9 Error in Text
On page 9 under decimal type, the parenthetical scientific notation to the all 9s string should be +10^38 - 1
10/13/09
503 Error in Text
At the bottom of the page, after keyword UNION the keyword SELECT is missing. The code should read:

SELECT -1 AS ProductCategoryID, '(All Categories)' AS Name
UNION
SELECT ProductCategoryID, NAME
FROM Production.ProductCategory
ORDER BY Name
10/12/09