Add DISTINCT operator support
This commit is contained in:
parent
6fe9c26d30
commit
a506a96d6a
7 changed files with 197 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ var NOT = jet.NOT
|
|||
|
||||
// BIT_NOT inverts every bit in integer expression result
|
||||
var BIT_NOT = jet.BIT_NOT
|
||||
|
||||
// DISTINCT operator can be used to return distinct values of expr
|
||||
var DISTINCT = jet.DISTINCT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue