python 数据库

python中循环输出了英文的字符串,我现在想找对English对应的job_title_index,然后更新normalized_job_index,该怎么写sql语句

 

update 表名 set normalized_job_index = xxx where English=xxx and job_title_index=xxx;