init - add project files
This commit is contained in:
12
tools/jet-2.12.0/mysql/operators.go
Normal file
12
tools/jet-2.12.0/mysql/operators.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package mysql
|
||||
|
||||
import "github.com/go-jet/jet/v2/internal/jet"
|
||||
|
||||
// NOT returns negation of bool expression result
|
||||
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
|
||||
Reference in New Issue
Block a user