Project

General

Profile

1
SELECT *
2
FROM taxonimportance
3
LEFT JOIN stemcount USING (taxonimportance_id)
4
;
(3-3/8)