dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Joining table function against itself

Open max-hoffman opened this issue 2 years ago • 0 comments

I am not sure this DiffTableFunctionScriptTest should succeed. The table/column resolving should be ambiguous.

SELECT to_pk, to_c1, to_c2, from_pk, from_c1, from_c2, diff_type
from dolt_diff(@Commit1, @Commit2, 't')
join dolt_diff(@Commit1, @Commit3, 't') on to_pk = to_pk

max-hoffman avatar Nov 15 '22 19:11 max-hoffman