SELECT * FROM benchmark_prices pq JOIN benchmarks p ON pq.groep_id = p.id WHERE pq.id = '74' AND p.groep = 'manure'

<