I have 3 tables.
Table A - pk_id, FK_B_Id(foreign key of Table B),...
Table B - pk_id, name....
Table C - pk_id, FK_A_Id(foreign key of Table A), name...
I’m getting search result based on Table A
. In the table A records either associate with table B or Table c.In the result set, I’m showing name
. How to sort search result based on the name?