Subject Select data from another database
Author m_formigoni
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?