un-join table

How can I make the reverse operation of inner join? How can I return back the inner join result into the two origin tables?

It is not symmetrical operation. You need to know if duplicates are allowed on your final result. Anyway, to get columns use


to reduce duplicates

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.