Mysql
 sql >> Database >  >> RDS >> Mysql

Elenco Python del parametro String to SQL IN

ssim_group = ['S1200', 'S1300']
query = '''select WIPMessageCnt from waferdata where recipename in ('%s') and equipment = ? and runtype = ? order by  stopts desc limit 1''' % ("','".join(ssim_group))