Error trying an example..
I try to run the example on page 378 ...
SELECT BookTitle, Copyright, ab.AuthID
FROM Books JOIN AuthorBook AS ab
USING (BookID)
ORDER BY BookTitle;
but mysql complains with the 1052 Error "Column 'BookID' in field list is ambiguous"
I run version 4.1.12a on windows xp.
|