Project

General

Profile

1 6760 aaronmk
SELECT *
2
FROM "taxonImportance"
3
LEFT JOIN "stemCount" USING ("taxonImportance_ID")
4
;