select vCompanyName,vemailid
from tblmembers
here i dont want duplicate vCompanyName
itried with distinct but not working
pls help..
here i dont want duplicate vCompanyName
itried with distinct but not working
pls help..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 7, 2011, 2:14 AM
Group By vCompanyName, vemailid
Having Count(*) > 1
---------------------------------------------
thank You
Rakesh JhaPosted Oct 7, 2011, 1:11 AM
if you want your data, only once company name and multiple email corresponding company then you should use frontend logic to hide multiple company name.
Describe you problem in tabular manner show that what data you want in which manner