I have the following table in MySql Database:
I need to find out all the connected rows, wherever, a case_sno is exists in the club_case_sno column.
For example if someone search for case_sno = 10, it should retrieve the following result:
I need sql query which do the above.