当我删除email列,只留下account_number,它只插入了部分随机数,而不是‘123456789’……我不知道为什么?entry for table LINE 2: VALUES (123456789,test@example.com)
我也尝试使用"%“格式,看看这是否是我的cursor.execute("""INSERT INTO sumb_email_conf (account_number, email_a
conn.execute("select * from users where email=?", str(email)),这部分我想检查我是否有相同的电子邮件地址在数据库中,问题是在这里,它是不工作的。primary key AUTOINCREMENT, email, str(email))
if username == "" o