Hi,
Please help me to solve it .
| USERID | ACID |
| 100 | 1 |
| 100 | 2 |
| 100 | 3 |
| 100 | 4 |
| 101 | 2 |
| 102 | 1 |
| 103 | 2 |
| 103 | 3 |
| 103 | 4 |
I need who has accounts both 2 and 3 .
OUTPUT
| OUTPUT | |
| 100 | 2 |
| 100 | 3 |
| 103 | 2 |
| 103 | 3 |
| USERID | ACID |
| 100 | 1 |
| 100 | 2 |
| 100 | 3 |
| 100 | 4 |
| 101 | 2 |
| 102 | 1 |
| 103 | 2 |
| 103 | 3 |
| 103 | 4 |
| OUTPUT | |
| 100 | 2 |
| 100 | 3 |
| 103 | 2 |
| 103 | 3 |
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.
Suraj KumarPosted Dec 14, 2018, 5:26 AM
Sreekanth ReddyPosted Dec 14, 2018, 4:31 AM
Sai ReddyPosted Dec 14, 2018, 4:25 AM
Sreekanth ReddyPosted Dec 14, 2018, 4:19 AM