select * form table_A,table_B where table_B.D="da"   AND  table_A.A=table_B.A

解决方案 »

  1.   

    select *from table_A a,table_B b where table_B.D="ad" and a.A=b.b
      

  2.   

    select *from table_A a,table_B b where table_B.D="ad" and a.A=b.a
      

  3.   

    select a.*,b.D,b.E from table_A as a, table_B as b where b.D="ad" and a.A=b.A
      

  4.   

    : 52juanjuan(Fibona) ice_berg16(寻梦的稻草人) (
    晕,两位的有什么差别啊,?我看不出来哦,嘿~只是另类了啊~。学习中,up!!!