Skip to content

Commit 004c0fc

Browse files
authored
Update src/ast/query.rs
1 parent b044c48 commit 004c0fc

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
@@ -374,7 +374,7 @@ pub struct Select {
374374
pub prewhere: Option<Expr>,
375375
/// WHERE
376376
pub selection: Option<Expr>,
377-
/// START WITH .. CONNECT BY
377+
/// [START WITH ..] CONNECT BY ..
378378
pub connect_by: Option<ConnectBy>,
379379
/// GROUP BY
380380
pub group_by: GroupByExpr,

0 commit comments

Comments
 (0)