diff options
Diffstat (limited to 'issues/dump-genewiki-metadata.gmi')
-rw-r--r-- | issues/dump-genewiki-metadata.gmi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/issues/dump-genewiki-metadata.gmi b/issues/dump-genewiki-metadata.gmi index 37786b6..b727e26 100644 --- a/issues/dump-genewiki-metadata.gmi +++ b/issues/dump-genewiki-metadata.gmi @@ -62,8 +62,9 @@ SELECT * FROM GeneRIF_BASIC WHERE symbol = 'NEWENTRY'\G ("–" . "-")) ``` -* In the GeneRIF_BASIC table, there are rows with an empty symbol (empty string instead of NULL): +* In the GeneRIF_BASIC table, there are 14,313 rows with an empty symbol: + ``` -SELECT * FROM GeneRIF_BASIC WHERE TaxID=139 AND GeneId = 13917590 AND PubMed_ID = 23692497\G +SELECT COUNT(*) FROM GeneRIF_BASIC WHERE symbol = ''; ``` |