Am trying to build an advance search where by a user can select the following
catergory
-doctors
-nurse
Year
sex
region
I would to display the details a such
doctors -------------------------
|doctors | year | region|
|------------------------
or by NURSE AND SEX
-------------------------
|nurses | year | sex|
|------------------------
Can someone please help me with this sql statements