Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query with duplicate output column names drop/overwrites duplicate colums #624

Open
andig opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@andig
Copy link

andig commented Apr 3, 2024

Consider this join query:

select d1.*, d2.* from delta d1 inner join delta d2 where d1.new==d2.old

This will result in column names from d1, d2 to be duplicated. Unfortunately, running this query via sqlite-utils, only one set of output columns is returned, probably being overridden in the map.

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

No branches or pull requests

1 participant