IN query database used

select *

from

     (select  a ,b c,d from  tableA) A, (select e,f,g from tableB ) B

where  A.a=B.e

Reproduced in: https: //www.cnblogs.com/zhangshufeng/archive/2011/07/26/2117375.html

Guess you like

Origin blog.csdn.net/weixin_34404393/article/details/93532306