Any join wizard please help.
A have a table "users" of users, for this matter let's say with two fields: id (int) and name (varchar).
I also have a table "replies" with various user replies.
Fields: user_id (int), input_id (int), reply (varchar)
This table works as one entry per reply – if a...