aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2016-10-21 10:57:37 +0000
committerPjotr Prins2016-10-21 10:57:37 +0000
commitad0c59f2305b5af3f5dd776363dfcaaab4169eb1 (patch)
treee4e36fa2012ae1093a0a3e8f318862babbd1fbb4
parent4ce94838a8e90636910456415b0a30bb77c88aaf (diff)
downloadgenenetwork2-ad0c59f2305b5af3f5dd776363dfcaaab4169eb1.tar.gz
Doc: small edit
-rw-r--r--doc/database.org5
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 |
+-------+---------------+-------------+----------------------------------------------------------------------------------------------------------------------------+