select `specificationPropertyMasterDataId` from `PR_ProductSpecificationProperties` where `productId` in ('2CEE09AF-2237-4996-87E2-3A5B6B3DDA63', '5AD30AE8-3228-4C6B-A7A4-E992CE796FCF', '9950C96B-B913-4CF1-BA47-8B54B0DD889E')
selectMAX(`productPrice`) as max_price, MIN(`productPrice`) as min_price, count(*) as product_count from `PR_ProductCategories` innerjoin `PR_Products` on `PR_Products`.`productId` = `PR_ProductCategories`.`productId` and `PR_Products`.`isActive` =1and `isObsolete` isnulland `PR_Products`.`deleted_at` isnulland `PR_Products`.`lngId` =7where `categoryid` ='90C0F092-493B-4085-A77B-97371E143D35'and `PR_ProductCategories`.`deleted_at` isnull
select*from `PR_Products` where `PR_Products`.`productId` in ('2CEE09AF-2237-4996-87E2-3A5B6B3DDA63', '5AD30AE8-3228-4C6B-A7A4-E992CE796FCF', '9950C96B-B913-4CF1-BA47-8B54B0DD889E') and `PR_Products`.`deleted_at` isnulland (`PR_Products`.`lngId` isnullor `PR_Products`.`lngId` =7) and `isActive` =1orderby `lngId` desc