Fix typo in manual.md

In `SELECT` section there is `GROU BY` instead of `GROUP BY`
This commit is contained in:
Yevhen Kostryka
2025-10-13 18:45:31 +03:00
committed by GitHub
parent 1c9eaa3d95
commit 08efce510e

View File

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