phannh Posted May 24, 2017 Share Posted May 24, 2017 Hi all, I'm trying to write a query to find domain pricing of a client group. This is my query to list all domain pricing. select tbldomainpricing.extension, tblpricing.* from tbldomainpricing join tblpricing on tbldomainpricing.id = tblpricing.relid where type in('domainregister', 'domaintransfer', 'domainrenew'); Now how i can filter the result by client group ? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 24, 2017 Share Posted May 24, 2017 tblclientgroups.id = tblpricing.tsetupfee 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.