我需要使下面的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
;
暂无答案!
目前还没有任何答案,快来回答吧!