Discuss / SQL / 两个表查询就是两个for循环

两个表查询就是两个for循环

Topic source

MR-旺

#1 Created at ... [Delete] [Delete and Lock User]

感觉很像:

for i in table1:

     for j in table2:

          if i.gender = ‘M’ & j.id = 1:

                     输出此行数据!


  • 1

Reply