Skip to main content

distinct

Function distinct 

Source
pub fn distinct() -> impl Mod<SelectQuery>
Expand description

SELECT DISTINCT — drop duplicate result rows.

ALL is the other alternative in the grammar and is the default; writing it adds nothing, so it is not representable.