I have a two table
feedback_1
questions
feedback_1 contains Columns
id ,patient_id,date_time,2,3,4,5,6,7,8,9,10
questions
table contains row like
2
3
4
5
6
7
8
9
10
I have to join the feedback_1 table and questions like this
feedback_1 questions
2 2
3 3
4 4
5 5
6 6
7 7
8 8