I have a table analyst_request
   -------------------------
    id |  test | request_id |
    -------------------------
    1  |   a   |NDQA201404320
    -------------------------
    2  |   a   |NDQA201404320    
    -------------------------
    3  |   b   |NDQA201404333  
   -------------------------
    4  |   b   |NDQA201404333
How do i just delete a any duplicate of the record containing 'NDQA201404320' and leave only one record of the same, suggestions.
 
     
     
     
    