Eine Einführung in
|
| SQLite | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to SQLite | ||
| none | ||
| DB2 | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to DB2 | ||
| none | ||
| MS Access | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to MS Access | ||
| none | ||
| PostgreSQL | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to PostgreSQL | ||
| none | ||
| Oracle | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to Oracle | ||
| none | ||
| MS SQL Server | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to MS SQL Server | ||
| none | ||
| MySQL | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to MySQL | ||
| none | ||
| Sybase | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to Sybase | ||
| none | ||
| Mimer SQL | ||
ProblemUsually we must have a GROUP BY clause if in aggregate function (such as SUM or COUNT) is used. The exception is when only aggregate functions are used on the SELECT clause. If we mix aggregate and non-aggregate values then there must be a GROUP BY clause. Solutions
| ||
| Specific to Mimer SQL | ||
| none | ||