Update groupconcat.md

This commit is contained in:
Alexey Milovidov 2024-11-26 05:49:19 +01:00 committed by GitHub
parent 88495e1d5d
commit 438b80e89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,9 @@ Input table:
``` text
┌─id─┬─name─┐
│ 1 │ John│
│ 2 │ Jane│
│ 3 │ Bob│
│ 1 │ John
│ 2 │ Jane
│ 3 │ Bob
└────┴──────┘
```