slackorama

 

SQL

Page history last edited by Seth 2 yrs ago


 

Oracle

 

 

Microsoft SQL Server

How to insert over a DB link

insert into openquery(LINKNAME, 'select col1, col2, col3,... from TABLE_NAME') SELECT

foo1,

foo2,

foo3,

...

FROM LOCAL_TABLE

Comments (0)

You don't have permission to comment on this page.