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

Re: Need equivalent CE_JOIN statement for SQL Join Statement

$
0
0

Hi Sergio,

 

Yes, i can use the SQL join statement, but i need it in CE_JOIN.

 

Also, i can do it easily with CE_JOIN as i have mentioned above in my original question, but what i need is for not equals to statement like below:

 

select t1.columnName, t2.columName, .. etc

from t1

   join t2 on

     t1.columnX <> t2.column //Not equals to

 

Thanks,

Mahesh


Viewing all articles
Browse latest Browse all 9165

Trending Articles