Skip to main content

values_sql

Function values_sql 

Source
fn values_sql(rows: &[Vec<Lit>]) -> String
Expand description

Render rows into a SQL VALUES (r1c1,r1c2,...),(r2c1,...) fragment. Used when a VALUES list appears as a subquery inside a larger SQL string rather than as the top-level source of a values_view.