Project

General

Profile

1
SELECT *
2
FROM stemlocation
3
LEFT JOIN stemcount USING (stemcount_id)
4
;
(4-4/11)