- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Join using CE functions in SAP HANA database
You can try using projection node as follows
Example
table1 = CE_PROJECTION(:T1,["ACCT_ID","SALARY"]); table2 = CE_PROJECTION(:T2,["EMPL_ID" AS “ACCT_ID”,"ADD","ZIP","STATE"]); var_out = CE_JOIN(:table1,:table2,[“ACCT_ID”])
Using Projection node, you can rename the column names. Note that EMPL_ID has been renamed to ACCT_ID
- Related Articles
- SAP HANA database functions in HANA Cockpit
- Using Text join in SAP HANA
- Using Text join in SAP HANA Modeling
- Using database view in SAP HANA
- Example of using Text join in SAP HANA
- Using flat file load in SAP HANA database
- Benefits of using SAP HANA database views
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Different Aggregation functions in SAP HANA
- Changing language in Text join in SAP HANA
- Unloading tables in SAP HANA database
- Database objects in SAP HANA Studio
- Publishing data to SAP HANA database using Information Composer
- Using TCP/IP ports for accessing SAP HANA database

Advertisements