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

using table-qualified column name in SELECT stmt doesn't work #281

Closed
jennifersp opened this issue May 17, 2024 · 0 comments
Closed

using table-qualified column name in SELECT stmt doesn't work #281

jennifersp opened this issue May 17, 2024 · 0 comments

Comments

@jennifersp
Copy link
Contributor

jennifersp commented May 17, 2024

Doltgres:

doltgres=> select test.pk from test;
ERROR:  table not found: test (errno 1146) (sqlstate HY000)

Postgres:

postgres=# select test.pk from test;
 pk 
----
  0
(1 row)
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

2 participants