This document lists the known errors for the book:
MySQL Cookbook, 2nd EditionNumber of items: 2
Paul DuBois
O'Reilly Media
2006
ISBN 0-596-52708-X
[book information]
| Date | 2010-01-16 |
| Page | 338 |
| Reported by | Robert A. Rosenberg |
| Description | This page uses the formula FLOOR((x+(n-1))/n) several times. A simpler formula that produces the same result is CEILING(x/n). |
| Date | 2007-06-07 |
| Page | 917, Perl Resources |
| Reported by | Kovacs Felix |
| Description | The first paragraph under "Perl Resources" should say "The primary Perl web site is http://www.perl.org/." |