Hi Chet,
Retrieve your records from the database and iterate/loop over them one by one. Use the filter by expression list operation in the loop and make constraint like $iteratorObject/Note = $currentObject/Note and $iteratorObject/id != $currentObject/id.
If found delete the list.
Hope this works out for you.