Skip to main content

where_lte

Function where_lte 

Source
pub fn where_lte<L, R>(left: L, right: R) -> Lte
where L: Into<Identifier>, R: Into<Box<dyn Expression>>,
Expand description

Creates a less-than-or-equal comparison expression (column <= value)