Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 3
1st line

You mention Codd's 12 rules, but only discuss 11. I couldn't find mention of # 9.
Or is it to go along with #1, 2, and 8?

UPDATE [172.xxx.xxx.xxx].DatasourceB.dbo.dk_sku
SET
weight = ds.weight,
dimensional_weight = ds.dimensional_weight
FROM [172.26.180.234].DatasourceB.dbo.dk_sku AS rds,
dk_sku AS ds
WHERE rds.sku_id = ds.sku_id

Anonymous 
Printed Page 256
first code snippit on the page

WHERE customerid = 'TORTU

should be

WHERE customerid = 'TORTU'

(forgot the end quote)

Anonymous 
Printed Page 405
ORG CHART QUERY RESULTS

The last two Org Chart names listed SHOULD be indented two additional
spaces each, as Employee ID 102 reports to Employee ID 101, and Employee
ID 103 reports to Employee ID 102.

Anonymous 
Printed Page 521
SUBSTRING - MySQL

The MySQL syntax is:
{SUBSTR | SUBSTRING}(extraction_string FROM starting_position [FOR length])
{SUBSTR | SUBSTRING}(extraction_string, starting_position [, length])




Anonymous