Subject | Re: [Firebird-Architect] Multi-level name space |
---|---|
Author | Dmitry Yemanov |
Post date | 2006-01-13T09:06:08Z |
"Arno Brinkman" <firebird@...> wrote:
approach:
SELECT * FROM <schema>.<object>@<database>
where <database> is an explicitly declared alias of the external data
source. This clearly separates the two features in regard to the names
management.
Dmitry
>If you're talking about cross-db statements, I'd rather prefer the oracle
> I would stay by two-level, because the thirth-level should be the database
> (alias) reference and the fourth the database-engine.
>
> SELECT * FROM <db-engine>.<database>.<schema>.<object>
approach:
SELECT * FROM <schema>.<object>@<database>
where <database> is an explicitly declared alias of the external data
source. This clearly separates the two features in regard to the names
management.
Dmitry