-
Notifications
You must be signed in to change notification settings - Fork 706
Closed
Labels
area/pgcompatibilityload/olapSoftware work with external data or with manual queriesSoftware work with external data or with manual queriesload/oltpSoftware work with own dataSoftware work with own data
Description
➤ echo "select 1 as a, 2 as a" | psql postgres://root:1234@localhost:5432/local
Error:
Status: GENERIC_ERROR
Issues:
<main>: Error: Type annotation, code: 1030
<main>:1:1: Error: At function: RemovePrefixMembers, At function: PgSelect, At function: PgSetItem
<main>:1:1: Error: Duplicated member: a
Expected behavior:
a | a
---+---
1 | 2
(1 row)
Metadata
Metadata
Assignees
Labels
area/pgcompatibilityload/olapSoftware work with external data or with manual queriesSoftware work with external data or with manual queriesload/oltpSoftware work with own dataSoftware work with own data