Read tables from another schema/database
Jump to navigation
Jump to search
Read tables from another schema/database
schema:gisq
A particular server may support a number of different sets of tables. In Oracle these are schemas in MySQL they are databases. In both cases each user normally has their own set of tables, other users tables may be accessed using a dot notation.
Access does not do this kind of thing.
not supported
SELECT COUNT(*) FROM haggis.tat
SELECT * FROM onedb.dbo.table1
SELECT * FROM gisq.one