3番目の引数は表示されません。このコマンドを実行すると:
used_emails = [row.email for row
in db.execute(halo4.select([halo4.c.email],[halo4.c.email!='']))]
それは言う:
TypeError:select()は最大2つの引数を取ります(3つ指定)
3番目の議論はどこにありますか?
3番目の引数は表示されません。このコマンドを実行すると:
used_emails = [row.email for row
in db.execute(halo4.select([halo4.c.email],[halo4.c.email!='']))]
それは言う:
TypeError:select()は最大2つの引数を取ります(3つ指定)
3番目の議論はどこにありますか?