#  参考:https://blog.csdn.net/weixin_34273479/article/details/87587183
res = Name.select(Name, User.xxx).join(User, join_type=JOIN.LEFT_OUTER, on=((User.mcc == Name.mcc) & (Name.day == User.day)))

for x in res:
    print(x.user.xxx)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-07-04
  • 2021-09-15
  • 2021-04-27
猜你喜欢
  • 2021-05-27
  • 2021-05-19
  • 2021-05-02
  • 2021-09-25
  • 2021-10-13
  • 2021-12-27
  • 2021-06-07
相关资源
相似解决方案