Skip to content

Conversation

lovasoa
Copy link
Contributor

@lovasoa lovasoa commented Nov 15, 2024

SELECT * FROM some_fun() AS x (a TEXT, b INT)

fixes #1524

```sql
SELECT * FROM some_fun() AS x (a TEXT, b INT)
```

fixes apache#1524
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! cc @alamb

@alamb
Copy link
Contributor

alamb commented Nov 18, 2024

nice!

@alamb alamb merged commit f961efc into apache:main Nov 18, 2024
8 checks passed
@lovasoa lovasoa deleted the support_column_definition_list_in_table_alias branch November 18, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support column definition list in table alias for postgres

3 participants