You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql_content = "update user set class1='%s',grade='%s' where user_name = '%s';"%(cun[3],cun[2],cun[0])
#sql_content="insert into user(user_id,user_name,poj_name,grade,class1,permission) values(null,'%s','%s',%d,'%s',1)"%(cun[0],cun[1],int(cun[2]), cun[3])