Fixed now. Tnx.
On Wed, Feb 5, 2014 at 5:50 PM, Hautzenroeder, Brenna M
wrote:
> In the documentation for the WITH clause (
> http://www.sqlite.org/lang_with.html), under the "Controlling Depth-First
> Versus Breadth-First Search Of a Tree Using ORDER BY" section, there is a
> small error in th
In the documentation for the WITH clause
(http://www.sqlite.org/lang_with.html), under the "Controlling Depth-First
Versus Breadth-First Search Of a Tree Using ORDER BY" section, there is a small
error in the example given:
WITH RECURSIVE
under_alice(name,level) AS (
VALUES
2 matches
Mail list logo