BookmarkSubscribeRSS Feed
CClapp
Calcite | Level 5

Hi,

 

I hope you can help.  I have a LEFT join as part of my JOIN transformation, and although the job runs to completion, when I try to open the results for the temporary work table the following error is displayed:

 

Unable to execute query: SQL passthru expression contained these errors: ERROR: Correlated reference to column CourtesyTitleID is not contained within a subquery.

 

If I change the join to an INNER join it works.

 

I am connecting to our MS SQL Server 2012 database via ODBC.

 

Any ideas?

 

Cheers!

2 REPLIES 2
LinusH
Tourmaline | Level 20
Perhaps you have the default setting of creating a view os transformation output? There cab be some errors that isn't discovered until view execution. Uncheck the view option and try again.

When going from/to outer and inner joins you need to consider the implicit join criteria. DI Studio does not automatically change the Join criteria (between where in inner join to on when outer join is chosen).
Data never sleeps
SASKiwi
PROC Star

I've seen this error recently with manually written SQL and I managed to fix it by moving the query providing the column mentioned in the error before the sub-query. You shouldn't have to do this with SQL as it should be order insensitive.

 

Are you able to do that in DI? If possible can you post the log containing the generated code with the error?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1024 views
  • 0 likes
  • 3 in conversation