摘要:
create table table_A(id int, testCol varchar(256));create table table_B(id int, testCol varchar(256));insert into table_Aselect 1,'A'union allselect 2,'B';insert into table_Bselect 1,'A'union allselec... 阅读全文
posted @ 2010-04-05 17:10
IT Person
阅读(307)
评论(0)
推荐(0)
浙公网安备 33010602011771号