From ad0c59f2305b5af3f5dd776363dfcaaab4169eb1 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 21 Oct 2016 10:57:37 +0000 Subject: Doc: small edit --- doc/database.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 | +-------+---------------+-------------+----------------------------------------------------------------------------------------------------------------------------+ -- cgit v1.2.3