No book is perfect...
The following typos have been found in the 5th edition of The Complete Sybase ASE Quick
Reference Guide (covers ASE 12.5, 15.0.3 & Cluster Edition). Errata for other editions are here.
This list can be found at http://www.sypron.nl/qr/errata_ed5.html.
page 9: Logical operators
The list of logical operators includes =<. This should however be <=. (this error occurs in all edititions)
page 10: examples, 3rd line from top
The example is missing '%' before and after the pattern. The correct example is below (this error occurs in all edititions):
if @var like '%[^a-zA-Z0-9 ]%' print '@var contains non-letters/digits'
If you notice
any further typos, please send an email to qr@sypron.nl.
|