Forgot about CONNECT BY. Oops. No example provided.
Rob Kinyon [Sun, 29 Mar 2009 02:48:38 +0000 (22:48 -0400)]
lib/SQL/Abstract/Manual/Specification.pod

index 1c933fd..f9e1f32 100644 (file)
@@ -535,9 +535,18 @@ The hash for a for clause is composed as follows:
 This corresponds to the clause that is used in some RDBMS engines to provide for
 an adjacency-list query.
 
-A connectby clause is composed as follows:
+The hash for a for clause is composed as follows:
+
+  {
+      start_with => ExpressionList,
+      connect_by => {
+          option => '< PRIOR | NOCYCLE >'
+          cond   => ExpressionList,
+      },
+      order_siblings => orderby-clause,
+  }
 
-  Identifier, WhereExpression
+Both the start_with and order_siblings clauses are optional.
 
 =head1 TODO