Skip to main content
Solved

Inner join in staging area

  • February 8, 2024
  • 1 reply
  • 123 views

rvgfox
Problem Solver
Forum|alt.badge.img+4

I have two tables Groups and GroupMembers. I need to get in GroupMember ONLY the members of the groups in the Groups table (INNER JOIN).

The only way in TX without using views is:

 

But it's not really a mistake.

How can I do it?

Best answer by Christian Hauggaard

Hi @rvgfox 

Please review the Error relation settings in the following guide:

The relation setting is called Error because the related row will be moved to the error table if it does not exist in the table, and therefore does not necessarily signify a “mistake”. The method you describe would be the native TX approach (i.e. not using views).

1 reply

Christian Hauggaard
Community Manager
Forum|alt.badge.img+5

Hi @rvgfox 

Please review the Error relation settings in the following guide:

The relation setting is called Error because the related row will be moved to the error table if it does not exist in the table, and therefore does not necessarily signify a “mistake”. The method you describe would be the native TX approach (i.e. not using views).