dbTalk Databases Forums  

Heterogeneous Select statement

sybase.public.sqlanywhere.general sybase.public.sqlanywhere.general


Discuss Heterogeneous Select statement in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
S. Male
 
Posts: n/a

Default Heterogeneous Select statement - 01-27-2010 , 10:50 AM






I'm using ASA 9.

I'd like to do the following, and would like an example of
how to name each database:

SELECT INTO "ARCHIVE_DB"."Table"
FROM "LIVE_DB"."Table"
WHERE My_Criteria

Reply With Quote
  #2  
Old   
Karim Khamis [Sybase iAnywhere]
 
Posts: n/a

Default Re: Heterogeneous Select statement - 01-27-2010 , 12:13 PM






You need to use proxy tables to accomplish what you want. See the
section on Remote Data Access in the documentation.

Karim
S. Male wrote:
Quote:
I'm using ASA 9.

I'd like to do the following, and would like an example of
how to name each database:

SELECT INTO "ARCHIVE_DB"."Table"
FROM "LIVE_DB"."Table"
WHERE My_Criteria

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.