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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Column Names not Aliased #1465

Closed
joocer opened this issue Feb 23, 2024 · 0 comments 路 Fixed by #1467
Closed

馃 Column Names not Aliased #1465

joocer opened this issue Feb 23, 2024 · 0 comments 路 Fixed by #1467
Labels
Bug 馃 Something isn't working

Comments

@joocer
Copy link
Contributor

joocer commented Feb 23, 2024

Sample Code/Statement If you can, please submit the SQL statement or Python code snippet, or a representative example using the sample datasets.

Example from user

SELECT *
  FROM $planets AS P
 INNER JOIN $satellites AS S
      ON P.id = S.id

Simplified example

SELECT *
  FROM $planets
 INNER JOIN $satellites
      ON $planets.id = $satellites.id

Additional context Add any other context about the problem here, for example what you have done to try to diagnose or workaround the problem.

@joocer joocer added the Bug 馃 Something isn't working label Feb 23, 2024
@joocer joocer changed the title 馃 Column Name's not Aliased 馃 Column Names not Aliased Feb 23, 2024
joocer added a commit that referenced this issue Feb 23, 2024
@joocer joocer mentioned this issue Feb 23, 2024
4 tasks
joocer added a commit that referenced this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 馃 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant