We have sort of a OLTP and datawarehouse set up on two different db2 servers. I have written a stored procedure that needs to query data from the other db.
Oracle I do select * from table@servername
SQL Server I select * from servername..table
I know the db2 'servername' from the examples below, but I cannot seem to get the syntax.
Thanks from a very new db2 developer!!!
Oracle I do select * from table@servername
SQL Server I select * from servername..table
I know the db2 'servername' from the examples below, but I cannot seem to get the syntax.
Thanks from a very new db2 developer!!!