Merge 'Fix typo in manual.md' from Yevhen Kostryka

In `SELECT` section there is `GROU BY` instead of `GROUP BY`

Closes #3710
This commit is contained in:
Pekka Enberg
2025-10-13 18:55:07 +03:00
committed by GitHub

View File

@@ -396,7 +396,7 @@ ROLLBACK [ TRANSACTION ]
SELECT expression
[ FROM table-or-subquery ]
[ WHERE condition ]
[ GROU BY expression ]
[ GROUP BY expression ]
```
**Example:**