| Bug #1759 | derived tables | ||
|---|---|---|---|
| Submitted: | 5 Nov 2003 10:16 | Modified: | 12 Nov 2003 5:44 |
| Reporter: | Giovanni MC | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server | Severity: | S1 (Critical) |
| Version: | 4.1 | OS: | Windows (WINDOWS XP) |
| Assigned to: | CPU Architecture: | Any | |
[5 Nov 2003 10:16]
Giovanni MC
[12 Nov 2003 5:44]
Sergei Golubchik
because it is required by the standard:
<table primary> ::= <table or query name> [ [ AS ] <correlation name> ...
| <derived table> [ AS ] <correlation name> ...
as you can see an alias is NOT optional.
