sql >> Base de Datos >  >> RDS >> Mysql

Lista de Python del parámetro 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))