我需要进行以下SQL查询,使用file.sql脚本每天编辑值并将其导入mysql数据库,以便在表格中选择所需的postid
SELECT `postid` FROM `posts` WHERE
(`postid` =15735 OR
`postid` =7490830 OR
`postid` =286188 OR
`postid` =396331 OR
`postid` =418844 OR
`postid` =10557 OR
`postid` =10851 OR
`postid` =164320 OR
`postid` =47314 OR
`postid` =20390 )
AND
`acount`=0
;