Difference between revisions of "SQL Error Messages"
From SQLZOO
| Line 48: | Line 48: | ||
<li>[[Ambigous column name |Error 7 ERROR: Column reference "name" is ambiguous]]</li> | <li>[[Ambigous column name |Error 7 ERROR: Column reference "name" is ambiguous]]</li> | ||
</ul><ul> | </ul><ul> | ||
| − | <li> | + | <li>[[Invalid Group function |ERROR: Aggregates not allowed in WHERE clause]]</li> |
</ul><ul> | </ul><ul> | ||
</ul><ul> | </ul><ul> | ||
| − | <li> | + | <li>[[Table doesn't exist |ERROR: Relation "nosuchtable" does not exist]]</li> |
</ul><ul> | </ul><ul> | ||
| − | <li> | + | <li>[[Incorrect GROUP BY |Error 7 ERROR: Attribute xxx.xxx must be GROUPed or used in an aggregate function]]</li> |
| − | ERROR: Attribute xxx.xxx must be GROUPed or used in an aggregate function | + | |
</ul> | </ul> | ||
Latest revision as of 11:18, 19 July 2012
Contents |
Error Messages
Error messages, how they are caused and what can be done about them.