Skip to content
Advertisement

Trying to get a column from a Subquery

I need to extract information out of 2 Tables. I can’t join them because there is a resource limit for SQL Queries, which is very low. So I came up with following query.

This works quite well, but I am missing a column from “PROD.R050100”.

How can I add column Name in a way, that name is corresponding to the correct KUNDNR?

Advertisement

Answer

You may try this. This will give you name from R050100 corresponding to R050200.

If this will not work for you then sample data of your record is needed.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement