pub fn rows<Q: HasValues, R: IntoExprList>(
rows: impl IntoIterator<Item = R>,
) -> impl Mod<Q>Expand description
Several rows of VALUES at once.
pub fn rows<Q: HasValues, R: IntoExprList>(
rows: impl IntoIterator<Item = R>,
) -> impl Mod<Q>Several rows of VALUES at once.