Wrox Programmer Forums
|
BOOK: Discovering SQL: A Hands-On Guide for Beginners
This is the forum to discuss the Wrox book Discovering SQL: A Hands-On Guide for Beginners by Alex Kriegel; ISBN: 978-1-1180-0267-4
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Discovering SQL: A Hands-On Guide for Beginners section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 6th, 2011, 01:35 PM
Registered User
 
Join Date: Apr 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Typo on Page 19

On the page 19 there are a couple of SQL statements with typos in them.

For example:

SELECT title
, author
, author2
) FROM myLibrary;

The parenthesis is a type and should be removed. Otherwise, the RDBMS would throw an error when trying to execute the command.
For example, Microsoft SQL server will display the following message:

Msg 102, Level 15, State 1, Line 9
Incorrect syntax near ')'.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Page 255 typo JimMoran BOOK: Beginning JavaScript 4th Edition 1 June 10th, 2011 08:32 PM
Page 152 typo Kim_arg_js BOOK: Beginning JavaScript 4th Edition 0 July 26th, 2010 07:19 PM
Page 650 Typo Patrick Cambria BOOK: Professional Visual Basic 2008 ISBN: 978-0-470-19136-1 0 December 29th, 2008 06:35 AM
Possible typo on page 230 WebDNA BOOK: Ivor Horton's Beginning Visual C++ 2008 ISBN: 978-0-470-22590-5 0 October 15th, 2008 11:12 AM
Typo on page 241 est BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 0 April 17th, 2006 12:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.