branch develop updated (1b03c10 -> 161f1e7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 1b03c10 From scmwebeditor -- gfh new 161f1e7 From scmwebeditor -- gfh The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 161f1e7bf38c64bf393988919c53398bab47ffeb Author: mathieu.doray@ifremer.fr <unknown> Date: Thu Feb 11 14:21:29 2016 +0100 From scmwebeditor -- gfh Summary of changes: src/site/en/rst/exportData.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 161f1e7bf38c64bf393988919c53398bab47ffeb Author: mathieu.doray@ifremer.fr <unknown> Date: Thu Feb 11 14:21:29 2016 +0100 From scmwebeditor -- gfh --- src/site/en/rst/exportData.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/site/en/rst/exportData.rst b/src/site/en/rst/exportData.rst index 07abbc9..6aaeae2 100644 --- a/src/site/en/rst/exportData.rst +++ b/src/site/en/rst/exportData.rst @@ -35,14 +35,11 @@ Data can be retrieved using SQL queries in the **export data** Echobase menu. SQL queries can be created and saved in the **export data** page. Results are displayed online in a table that can be exported in .csv format. +One can use nested queries by inserting a saved query name in a new query, e.g.: -A noter aussi qu'il est possible d'utiliser des requêtes imbriquées en insérant -dans le code sql une référence au nom de la requête. - -Voici un exemple : :: - SELECT * FROM Voyage where topiaid IN ${NomRequête} + SELECT * FROM Voyage where topiaid IN ${QueryName} Import de requête depuis Libre Office ------------------------------------- -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm