Adding upstream version 11.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ab1b3ea4d6
commit
e09ae33d10
112 changed files with 126100 additions and 230 deletions
5
tests/fixtures/pretty.sql
vendored
5
tests/fixtures/pretty.sql
vendored
|
@ -342,3 +342,8 @@ SELECT
|
|||
basket_index
|
||||
FROM table_data
|
||||
CROSS JOIN UNNEST(fruit_basket) AS fruit WITH OFFSET AS basket_index;
|
||||
SELECT A.* EXCEPT A.COL_1, A.COL_2 FROM TABLE_1 A;
|
||||
SELECT
|
||||
A.*
|
||||
EXCEPT (A.COL_1, A.COL_2)
|
||||
FROM TABLE_1 AS A;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue