Abhay.Code:Select A.* From (Select distinct acct_no, name From Transact) A, (Select distinct acct_no, name From Transact) B Where A.acct_no = B.acct_no And A.name <> B.name ;
|
Results 1 to 5 of 5
Thread: simple queryThreaded View
|
Click Here to Expand Forum to Full Width |