Hello, i have one problem I need to do a join to bring a column from another table and append it to the original one that I have
Example
It should be the same data of the first base, but when I do the join this happens
Hello, i have one problem I need to do a join to bring a column from another table and append it to the original one that I have
Example
It should be the same data of the first base, but when I do the join this happens
You haven’t really given us many details to work with.
What about the rest of the questions I asked?
I’ll also add the following:
You say that you want the same data as the first table, but your screenshot shows that you’re using a full outer join. What is the logic behind this? The result of an outer join is matched rows as well as unmatched rows from both tables.
Hello and I was able to solve it, thank you very much, I had to join all of them, I think there is an easier way, however I don’t know how to explain
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.