cancel
Showing results for 
Search instead for 
Did you mean: 

Inner Join on Two Tables

Former Member
0 Kudos

Hi,

I am merging two temp Tables by using Inner or Outer Join.

One of the table is Empty. Still query will be successful or Query Fails?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

mageshwaran_subramanian
Active Contributor
0 Kudos

Query will not fail if there are no syntactical errors.

In your case , Inner join will not produce any record in output table , as one of your input table is empty.

Outer join result depends on the join columns and selected columns for output tables

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Job will not fail.