[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'and'.
select top 3 a.id,b.cid,a.re_post_pic,a.re_post_txt,b.indexType,c.pic_num from wed168com_wed1681.dbo.board_re a with (nolock) left join wed168com_wed1681.dbo.board_title b with(nolock) on a.re_title_id=b.id left join wed168com_wed1681.dbo.board_indexType c on b.indexType=c.sno where a.re_title_id= and a.re_post_hidden=1 and a.re_post_pic<>'0' order by newid()