dolthub / dolthub/doltlab-issues

query error: unable to find field with index 26 in row of 1 columns

Open
#73 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

this code returns this error:
query error: unable to find field with index 26 in row of 1 columns
` select
sd.code,
d.code
from
table1 sd
left join table2 ts on
ts.table1_id = sd.id
left join table3 d on
ts.table3_id = d.id
group by
d.code,
sd.code`

I have tried to debug the issue but it is something about "code" column. If I remove "d.code" from select it works.

This query runs on local dolt but not in doltlab.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.