© 1999-2048 dssz.net 粤ICP备11031372号
[Oracle] ORACLE多表关联的update语句
说明: 在某个业务受理子系统BSS中, --客户资料表 create table customers ( customer_id number(8) not null, -- 客户标示 city_name varchar2(10) not null, -- 所在城市 customer_type char(2) not null, -- 客户类型 ... ) create unique index PK_customers on customers (customer_id) 由于某些原因,客户所在城市<toice> 上传 | 大小:16kb