我有两个数据库的两个表。
org表。
database2中的雇员表。
如何合并这些表以获取数据。
org表表示组织表包含
(oid),
oname,
address
and some other things (oid is the unique key)
员工表包含
empid,
name,
address
and some other things (empid is the unique key)
oid
是两个表中唯一的常见问题。
我想合并它们,并为组织名称和员工名称添加过滤器
我的问题是两个表都来自不同的数据库。