Subject | Select data from another database |
---|---|
Author | m_formigoni |
Post date | 2005-08-30T13:36:48Z |
Hello,
I'd like to know the way to SELECT data from another database.
I've seen something using "[" in IBExperts but it only works for an
insert statement like:
Insert into [Destination_Alias].NEW_Table select * from Old_Table
And I believe it's parsed by the IBExperts, not native.
Is there a way to do this select?
I'd like to know the way to SELECT data from another database.
I've seen something using "[" in IBExperts but it only works for an
insert statement like:
Insert into [Destination_Alias].NEW_Table select * from Old_Table
And I believe it's parsed by the IBExperts, not native.
Is there a way to do this select?