MCPcopy Create free account
hub / github.com/upper/db / Distinct

Method Distinct

clauses.go:77–77  ·  view source on GitHub ↗

Distict represents a DISTINCT clause DISTINCT is used to ask the database to return only values that are different.

(columns ...interface{})

Source from the content-addressed store, hash-verified

75 // DISTINCT is used to ask the database to return only values that are
76 // different.
77 Distinct(columns ...interface{}) Selector
78
79 // As defines an alias for a table.
80 As(string) Selector

Callers 1

TestSelectFunction · 0.65

Implementers 1

selectorinternal/sqlbuilder/select.go

Calls

no outgoing calls

Tested by 1

TestSelectFunction · 0.52