| Bug #7069 | SQL IF syntax compared with syntax of GROUP functions | ||
|---|---|---|---|
| Submitted: | 7 Dec 2004 11:10 | Modified: | 7 Dec 2004 17:12 |
| Reporter: | Thomas Keller | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 3.23.56 | OS: | Linux (Redhat 9) |
| Assigned to: | CPU Architecture: | Any | |
[7 Dec 2004 11:10]
Thomas Keller
[7 Dec 2004 17:12]
MySQL Verification Team
This is not a bug. It is not a bug, because SUM() is used ONLY as a function, while IF has other, non-functional lexical usage, like in " ... IF (NOT) EXISTS". That is why IF can not be treated as a functional only symbol.
