You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment we have a database with 28970 taxa, but not all of them have all the complete authorship information: (rank 0: order; 1: family; 2: subfamily; 3: tribe; 4: subtribe; 5: genus)
sqlite>select rank, count(*) from taxon f group by rank;
0|681|13882|3483|2405|26926
sqlite>select rank, count(*) from taxon f wheref.authorship is nullgroup by rank ;
1|8992|593|54
The text was updated successfully, but these errors were encountered:
at the moment we have a database with 28970 taxa, but not all of them have all the complete authorship information: (rank 0: order; 1: family; 2: subfamily; 3: tribe; 4: subtribe; 5: genus)
The text was updated successfully, but these errors were encountered: