You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: