pub fn select(mods: impl Mod<SelectQuery>) -> SelectQueryExpand description
Build a SELECT from one mod — usually a tuple of them.
The returned query knows its own dialect, so
build() takes no arguments.
pub fn select(mods: impl Mod<SelectQuery>) -> SelectQueryBuild a SELECT from one mod — usually a tuple of them.
The returned query knows its own dialect, so
build() takes no arguments.