Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: get_latest_topics_where code problem


ardentfrost
Member

@ardentfrost

I’m not absolutely sure about this, but it seems that SQL will want you to be more explicit. You need to break up the list (4 and 1) and add different strings to the where. So, for the first add WHERE forum_id = 4 then do OR forum_id = 1. Every subsequent forum id query should also start with an OR.

That’s what I think at least. It’s worth a shot :)

Skip to toolbar