Hai Every one
I need one SQL Query
Consider 2 tables A,B.
They have one column called status
User Enters one GroupId in From and click on search button
Tht group id must be there in any one of the table.
If groupID in Table A then it has to retrive the status from Table A.If the GroupID in Table B then it has to retrive status from Table B.
This is my requirement.
Can any one help me to find the query