I have a table called PM_BATCH_ST like this:
BATCH_ID | RESULT |
---|---|
1000564932 | ISC |
1000564932 | LLC |
1000585739 | ISC |
1000585739 | LLC |
1000384769 | ISC |
1000384769 | LLC |
1000384757 | LLC |
1000888940 | ISC |
Can I filter the Table to obtain BATCH_IDs that have both an ISC entry and an LLC entry? So the Answer I would like is:
1000564932
1000585739
1000384769