Usages ofSelect SubCategoryId,SubCategoryName from sd_subcategorymaster sdcm, sd_service_parameters_details sdspd where parameterid =2 and sdcm.SubCategoryId = sdspd.Parametervalue and sdcm.status = 0 and sdcm.projectId = 2 and SubCategoryName like '%%' and CategoryId in (37) order by SubCategoryName