use qcvalues_test
go
select [finalConc]
,[rowid] from qvalues where rowid in (select rowid from batchinfo where instrument = 'TF1')
and name='qc1'
and compound='etg'
group by finalConc
having COUNT(rowid)=2
use qcvalues_test
go
select [finalConc]