diff options
Diffstat (limited to 'doc/database.org')
-rw-r--r-- | doc/database.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/database.org b/doc/database.org index c6f03c24..5107b660 100644 --- a/doc/database.org +++ b/doc/database.org @@ -1257,7 +1257,10 @@ select distinct(publicationid) from PublishXRef where InbredSetId=1 limit 3; | 118 | +---------------+ -select distinct PublishXRef.id,publicationid,phenotypeid,Phenotype.post_publication_description from PublishXRef,Phenotype where InbredSetId=1 and phenotypeid=Phenotype.id limit 3; +select distinct +PublishXRef.id,publicationid,phenotypeid,Phenotype.post_publication_description +from PublishXRef,Phenotype where InbredSetId=1 and +phenotypeid=Phenotype.id limit 3; +-------+---------------+-------------+----------------------------------------------------------------------------------------------------------------------------+ | id | publicationid | phenotypeid | post_publication_description | +-------+---------------+-------------+----------------------------------------------------------------------------------------------------------------------------+ |