摘要: --测试数据如下create table tbla( typename varchar(50))insert into tblaselect 'dt-051' union allselect 'dt-052' union allselect 'dt-053' union allselect 'dt-054' union allselect 'dt-055' union allselect 'dt-056'create table tblb( typename varchar(50), num int 阅读全文
posted @ 2012-08-16 17:53 暗尘掩月 阅读(1346) 评论(0) 推荐(0)