Skip to main content

select

Function select 

Source
pub fn select(mods: impl Mod<SelectQuery>) -> SelectQuery
Expand description

Build a SELECT from one mod — usually a tuple of them.

The returned query knows its own dialect, so build() takes no arguments.