This should work. You'd need to change # to the actual topic id.

SQL Query
select t1.USER_DISPLAY_NAME
from ubbt_USERS as t1,
ubbt_POSTS as t2
where t2.TOPIC_ID = '#'
and t1.USER_ID = t2.USER_ID