Skip to content

Commit 0b941e9

Browse files
committed
Update src/ast/query.rs
1 parent df8253d commit 0b941e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ pub struct Select {
480480
pub prewhere: Option<Expr>,
481481
/// WHERE
482482
pub selection: Option<Expr>,
483-
/// START WITH .. CONNECT BY
483+
/// [START WITH ..] CONNECT BY ..
484484
pub connect_by: Option<ConnectBy>,
485485
/// GROUP BY
486486
pub group_by: GroupByExpr,

0 commit comments

Comments
 (0)