我没有看到第三个论点。当我运行这个命令时:
used_emails = [row.email for row
in db.execute(halo4.select([halo4.c.email],[halo4.c.email!='']))]
它说:
TypeError: select() 最多接受 2 个参数(给定 3 个)
第三个论点在哪里?
我没有看到第三个论点。当我运行这个命令时:
used_emails = [row.email for row
in db.execute(halo4.select([halo4.c.email],[halo4.c.email!='']))]
它说:
TypeError: select() 最多接受 2 个参数(给定 3 个)
第三个论点在哪里?