Merging upstream version 26.24.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c78999c8c9
commit
2b9f8478b0
53 changed files with 3642 additions and 3447 deletions
12
tests/fixtures/pretty.sql
vendored
12
tests/fixtures/pretty.sql
vendored
|
@ -457,3 +457,15 @@ ON t.id = s.id
|
|||
WHEN MATCHED THEN UPDATE SET
|
||||
status = s.status,
|
||||
amount = s.amount;
|
||||
|
||||
SELECT
|
||||
id,
|
||||
-- SUM(total) as all_that,
|
||||
ARRAY_AGG(foo)[0][0] AS first_foo,
|
||||
FROM facts
|
||||
GROUP BY all;
|
||||
SELECT
|
||||
id,
|
||||
ARRAY_AGG(foo)[0][0] AS first_foo /* SUM(total) as all_that, */
|
||||
FROM facts
|
||||
GROUP BY ALL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue