Forum Moderators: coopster
I have this:
select * from phpbb_posts where post_time = 1064078039;
but i want to be able to select multiple post_time's. I'm guessing it was something like this:
select * from phpbb_posts where post_time = (1064078039, 1034078039, 10640744039, 10643378039, 1064076039);
but thats obviously wrong. Anyone can help here?
thx...