Skip to content

Commit 2100308

Browse files
authored
fixup
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 62e4fe3 commit 2100308

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

developer_manual/release_notes/critical_changes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Make sure to adjust your CI matrix for testing with them. This is automatically
4848
this will break as the GROUP BY clause will self reference the alias ``b``.
4949
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.
5050
So make this work on all supported database systems you need to use a subquery:
51-
5251
.. code-block:: sql
5352
5453
SELECT `a`, `b`

0 commit comments

Comments
 (0)