Project

General

Profile

1 6746 aaronmk
SELECT *
2
FROM taxonimportance
3
LEFT JOIN stemcount USING (taxonimportance_id)
4
;