Bug #11829 D.1.3. Changes in release 5.0.8 - bad example code
Submitted: 9 Jul 2005 2:19 Modified: 11 Jul 2005 14:06
Reporter: Ondra Zizka Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: Stefan Hinz CPU Architecture:Any

[9 Jul 2005 2:19] Ondra Zizka
Description:
In the example for GROUP, there should be "SELECT ... FROM users", not "SELECT ... FROM groups" - see the CREATE statement above.

And there is double "the" - "However, the SQL standard requires the the column name be used, as shown here:".

How to repeat:
Look at
http://dev.mysql.com/doc/mysql/en/news-5-0-8.html
[9 Jul 2005 2:31] MySQL Verification Team
Thank you for the bug report.
[11 Jul 2005 14:06] Stefan Hinz
Thanks. Corrected.
[12 Jul 2005 12:31] Ondra Zizka
You missed the second SELECT... there is "FROM groups" too.
[12 Jul 2005 14:39] Stefan Hinz
Ondra: Thanks for spotting this! Done.