标签:bsp pl/sql 技术分享 create creat img http test join
create or replace view test_view as select TestA.id, TestB.idno, TestB.name, TestB.sex from TestB left join TestA on TestB.idno=TestA.id;
标签:bsp pl/sql 技术分享 create creat img http test join
原文地址:http://www.cnblogs.com/lingyejun/p/7096785.html