Project

General

Profile

1 6750 aaronmk
SELECT *
2
FROM stemcount
3
LEFT JOIN stemlocation USING (stemcount_id)
4
;