Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the WITH documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4cd3bb5ab2024fb4a71213794b03ccd7 |
User & Date: | drh 2014-02-10 17:49:41.076 |
Context
2014-02-11
| ||
14:30 | Updates for the 3.8.3.1 release. (check-in: f2ce0c9b8e user: drh tags: trunk) | |
2014-02-10
| ||
17:49 | Fix a typo in the WITH documentation. (check-in: 4cd3bb5ab2 user: drh tags: trunk) | |
2014-02-06
| ||
16:52 | Further clarification on the difference between recursive and ordinary CTEs. (check-in: ecdd0d43d0 user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
3473 3474 3475 3476 3477 3478 3479 | The "m2(iter,cx,cy)" CTE holds the maximum number of iterations reached when starting at point cx,cy. Finally, each row in the "a(t)" CTE holds a string which is a single line of the output ASCII-art. The SELECT statement at the end just queries the "a" CTE to retrieve all lines of ASCII-art, one by one. | | | 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 | The "m2(iter,cx,cy)" CTE holds the maximum number of iterations reached when starting at point cx,cy. Finally, each row in the "a(t)" CTE holds a string which is a single line of the output ASCII-art. The SELECT statement at the end just queries the "a" CTE to retrieve all lines of ASCII-art, one by one. <p>Running the query above in an SQLite [command-line shell] results in the following output: <blockquote><pre> ....# ..#*.. ..+####+. .......+####.... + |
︙ | ︙ |