Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Left Outer join

$
0
0

Hi,

 

I have done through graphical view but when i am doing with SQL query I am getting below error.

 

Code:

 

select table3.A_ID

from table3 left outer join table4

on ( table3.A_ID = table4.B_ID )

where table3.A_ID in

( select A.A_ID from table3 A

minus

select B.B_ID from table4 B );

 

 

Error:

 

Message :

  Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Deploy Calculation View: SQL: transaction rolled back by an internal error: invalid table name:  Could not find table/view TABLE3 in schema Sumeet:

 

But I have table3 and table4 in schema Sumeet.

 

 

And one more question in terms of SQL query I think we should not use select statements instead to use CE functions.

 

It will be helpful if you can share some document related to syntax of SQL query for select as well as CE functions.

 

Thanks and Regards

Sumeet


Viewing all articles
Browse latest Browse all 9165

Trending Articles