There was an error while loading. Please reload this page.
1 parent 62e4fe3 commit 2100308Copy full SHA for 2100308
1 file changed
developer_manual/release_notes/critical_changes.rst
@@ -48,7 +48,6 @@ Make sure to adjust your CI matrix for testing with them. This is automatically
48
this will break as the GROUP BY clause will self reference the alias ``b``.
49
Using a different alias name will fix MariaDB but not all other database systems, as then the cast expression is missing from the GROUP BY clause.
50
So make this work on all supported database systems you need to use a subquery:
51
-
52
.. code-block:: sql
53
54
SELECT `a`, `b`
0 commit comments