Dbm (discuter | contributions) (→SQLfast) |
Dbm (discuter | contributions) (→SQLfast) |
||
Ligne 16 : | Ligne 16 : | ||
:: '''Last updates''' | :: '''Last updates''' | ||
+ | ::: 2016-08-03: <font color="blue"><b>Chapters 8, 9 and 10</b></font> | ||
::: 2016-07-12: <font color="blue"><b>Chapters 1, 2, 4, 5, 6 and 7</b></font> | ::: 2016-07-12: <font color="blue"><b>Chapters 1, 2, 4, 5, 6 and 7</b></font> | ||
::: 2016-06-06: <font color="blue"><b>Chapter 22. Extending SQLfast</b></font> [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto22-Extending-SQLfast.pdf [full text]] | ::: 2016-06-06: <font color="blue"><b>Chapter 22. Extending SQLfast</b></font> [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto22-Extending-SQLfast.pdf [full text]] | ||
Ligne 113 : | Ligne 114 : | ||
::''Statements and functions'': <tt>if</tt>, <tt>if-endif</tt>, <tt>if-else-endif</tt>, <tt>showMessage</tt>, <tt>label</tt>, <tt>goto</tt>. | ::''Statements and functions'': <tt>if</tt>, <tt>if-endif</tt>, <tt>if-else-endif</tt>, <tt>showMessage</tt>, <tt>label</tt>, <tt>goto</tt>. | ||
− | :*SQLfast Tutorial - <b>8. Reading data</b>, draft version, | + | :*SQLfast Tutorial - <font color="blue"><b>8. Reading data</b>, draft version, August 3, 2016.</font> [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto08-Reading-data.pdf [full text]] |
::''Chapter contents'': Extracting data from the database. Indexed <tt>select</tt> queries. Queries which return no rows. Coping with empty sets and null values. SQL for loop. Embedded loops. | ::''Chapter contents'': Extracting data from the database. Indexed <tt>select</tt> queries. Queries which return no rows. Coping with empty sets and null values. SQL for loop. Embedded loops. | ||
::''Statements and functions'': <tt>extract</tt>, <tt>select #n</tt>, <tt>select #[n1,n2]</tt>, <tt>for-endfor</tt>, <tt>SQLdiag</tt>. | ::''Statements and functions'': <tt>extract</tt>, <tt>select #n</tt>, <tt>select #[n1,n2]</tt>, <tt>for-endfor</tt>, <tt>SQLdiag</tt>. | ||
− | :*SQLfast Tutorial - <b>9. Looping - The final chapter</b>, draft version, | + | :*SQLfast Tutorial - <font color="blue"><b>9. Looping - The final chapter</b>, draft version, August 3, 2016.</font> [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto09-More-on-Loops.pdf [full text]] |
::''Chapter contents'': SQL-based for loop. Range loops. While loop. Controlling a loop. Loops internals. | ::''Chapter contents'': SQL-based for loop. Range loops. While loop. Controlling a loop. Loops internals. | ||
::''Statements and functions'': <tt>for-endfor</tt>, <tt>while-endwhile</tt>, <tt>next</tt>, <tt>exit</tt>. | ::''Statements and functions'': <tt>for-endfor</tt>, <tt>while-endwhile</tt>, <tt>next</tt>, <tt>exit</tt>. | ||
− | :*SQLfast Tutorial - <b>10. SQLfast expressions</b>, draft version, | + | :*SQLfast Tutorial - <font color="blue"><b>10. SQLfast expressions</b>, draft version, August 3, 2016.</font> [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/SQLfast/SQLfast-Tuto10-Expressions.pdf [full text]] |
::''Chapter contents'': Syntax of SQLfast expressions. Numeric expressions. Character string expressions. Logical expressions. Time expressions. General functions. Using external libraries. | ::''Chapter contents'': Syntax of SQLfast expressions. Numeric expressions. Character string expressions. Logical expressions. Time expressions. General functions. Using external libraries. | ||
::''Statements and functions'': <tt>compute</tt>, <tt>if</tt>, <tt>while</tt>, <tt>execApp</tt>, <tt>function</tt>. | ::''Statements and functions'': <tt>compute</tt>, <tt>if</tt>, <tt>while</tt>, <tt>execApp</tt>, <tt>function</tt>. |
<Retour à la page d'accueil / Back>
Sommaire |