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
This is discussed in the context of foreign-key constraints. See GH #175.
To see inconsistencies in human-readable form, use
SELECTy_sp.scientificnameAS"species referred to by yields table", c_sp.scientificnameAS"species matching cultivar", c.nameFROM yields y JOIN cultivars c ONy.cultivar_id=c.idJOIN species y_sp ONy_sp.id=y.specie_idJOIN species c_sp ONc.specie_id=c_sp.idWHEREy.specie_id!=c.specie_id;
checked
checked is NULL in 156 rows.
The text was updated successfully, but these errors were encountered:
@gsrohde commented on Tue Feb 17 2015
[These are very similar to those for traits (GH #248).]
date, dateloc, date_year, date_month, date_day
mean
n
stat, statname, n consistency
cultivar_id, specie_id consistency
checked
Other NULLs
Details
date, dateloc, date_year, date_month, date_day
See discussion in GH #239 and in section 3.26 of https://www.overleaf.com/2086241dwjyrd#/5297403/.
mean
Current max is 205.9.
n
See discussion in GH #231.
n = 1 in only one row.
stat, statname, n consistency
See discussion in GH #231.
cultivar_id, specie_id consistency
This is discussed in the context of foreign-key constraints. See GH #175.
To see inconsistencies in human-readable form, use
checked
checked is NULL in 156 rows.
The text was updated successfully, but these errors were encountered: