⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (79 Bytes)
Statistics
| Revision:
root
/
inputs
/
VegBank
/
stemcount_
/
create.sql
@ 7880
View
History
Annotate
1
6746
aaronmk
SELECT
*
2
FROM
taxonimportance
3
LEFT
JOIN
stemcount
USING
(
taxonimportance_id
)
4
;
Loading...