Skip to main content

raw

Function raw 

Source
pub fn raw(sql: impl Into<Cow<'static, str>>) -> Expr
Expand description

Raw SQL, written verbatim. ? is not rewritten — see template.

The progressive-enhancement entry point: a hand-written fragment goes anywhere a structured expression does.