Add support for SELECT_JSON statements.
This commit is contained in:
parent
7047de44a9
commit
7b16e432ff
46 changed files with 2732 additions and 307 deletions
|
|
@ -148,6 +148,11 @@ var NTH_VALUE = jet.NTH_VALUE
|
|||
|
||||
//--------------------- String functions ------------------//
|
||||
|
||||
// HEX function in MySQL takes an input and returns its equivalent hexadecimal representation
|
||||
func HEX(expression Expression) StringExpression {
|
||||
return StringExp(Func("HEX", expression))
|
||||
}
|
||||
|
||||
// BIT_LENGTH returns number of bits in string expression
|
||||
var BIT_LENGTH = jet.BIT_LENGTH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue