Subject | Multidatabase SQL statements |
---|---|
Author | majstoru |
Post date | 2006-01-05T23:38:04Z |
Hi,
Does anybody try to make SQL statement on Firebird on the server
level.
Something like:
SELECT DB1.Table1.Field1, DB1.Table1.Field2, DB2.Table2.Field1
FROM DB1.Table1, DB2.Table1
WHERE DB1.Table1.ID = DB2.Table2.Id
Thanks
Does anybody try to make SQL statement on Firebird on the server
level.
Something like:
SELECT DB1.Table1.Field1, DB1.Table1.Field2, DB2.Table2.Field1
FROM DB1.Table1, DB2.Table1
WHERE DB1.Table1.ID = DB2.Table2.Id
Thanks