Solved
Forum Discussion
VikasB
7 years agoBoss
Yes, it can be done for multiple TKBs/blogs/boards. You can use "IN" query to pass the multiple TKB boards in a single query. Like this
SELECT id FROM messages WHERE conversation.style = 'tkb' AND board.id IN ('sws-571','sws-999', 'sws-777')ORDER BY post_time DESC LIMIT 5