Use a query similar to the one I suggested here, but instead of filtering for a tag-name and selecting the post ID do it the other way around:
SELECT w.word FROM qa_posts q INNER JOIN qa_posttags t ON q.postid=t.postid INNER JOIN qa_words w ON t.wordid=w.wordid WHERE q.postid=42;
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.