Skip to content

MySQL generate a sublist of comment in a query

I have a database of 3 tables Question, Answer, Comment it works as it is supposed to, each Question can have multiple Answers and each Answer can have multiple Comments create table Question( …