From 95c664a46668dd4f19d237e6aa6c53ffb0a2a19f Mon Sep 17 00:00:00 2001
From: lukaseder
Date: Tue, 31 Jul 2018 10:34:00 +0200
Subject: [PATCH] [#7707] Dead link to MySQL manual on group by page
---
.../resources/org/jooq/web/manual-2.6.xml | 16 ----------------
.../resources/org/jooq/web/manual-3.0.xml | 16 ----------------
.../resources/org/jooq/web/manual-3.1.xml | 16 ----------------
.../resources/org/jooq/web/manual-3.10.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.11.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.12.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.2.xml | 17 -----------------
.../resources/org/jooq/web/manual-3.3.xml | 17 -----------------
.../resources/org/jooq/web/manual-3.4.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.5.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.6.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.7.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.8.xml | 19 -------------------
.../resources/org/jooq/web/manual-3.9.xml | 19 -------------------
14 files changed, 253 deletions(-)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
index 02196acbf1..cb3d58d9b8 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
@@ -1944,22 +1944,6 @@ GROUP BY AUTHOR_ID]]>. The above example counts all books per author
- MySQL's deviation from the SQL standard
-
- MySQL has a peculiar way of not adhering to this standard behaviour. This is documented in the MySQL manual. In short, with MySQL, you can also project any other field that are not part of the GROUP BY clause. The projected values will just be arbitrary values from within the group. You cannot rely on any ordering. For example:
-
-
-