27,582
社区成员




....
create view v_test
as
select * from stib001..bmdoc
union all
select * from stib002..bmdoc
union all
select * from stib003..bmdoc
union all
select * from stib004..bmdoc
union all
select * from stib005..bmdoc
go
select * from v_test