SELECT s.id, s.quantity, s.concept, cb.quantity claimQuantity FROM claimBeginning cb JOIN sale s ON s.id = cb.saleFk WHERE cb.claimFk = ?