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

Re: Join 2 tables resides in 2 different hana servers

$
0
0

The way currently it is working in sql server is below

 

select * from server1.schemaname.dbo.tablename

 

union

 

select * from serve2.schemaname.dbo.tablename


In the same way how can i write in sap hana.


As i have 2 servers in sap hana studio.


Viewing all articles
Browse latest Browse all 9165

Trending Articles