日期:2014-05-17 浏览次数:20949 次
select * from f3002 where ixkitl='CR02CB(2+2)DWKL' select litm from old02 where litm='CR02CB(2+2)DWKL'
select * from f3002 where ixkitl =(select litm from old02 where litm='CR02CB(2+2)DWKL');
select * from f3002 where ixkitl in (select litm from old02 where litm='CR02CB(2+2)DWKL');
------解决方案--------------------