pub fn offset<Q: HasOffset>(start: impl IntoExpr) -> impl Mod<Q>Expand description
OFFSET start.
SQLite’s grammar is LIMIT expr [ ( OFFSET | , ) expr ], so this is part of the
LIMIT clause rather than one of its own: an offset with no limit is a
recorded Error::Incomplete at build time,
not a statement the database will reject later.