-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQL] Support MySQL function #454
Comments
This was referenced Oct 13, 2022
This was referenced Nov 7, 2022
This was referenced Nov 15, 2022
This was referenced Nov 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
Why is this needed:
math function
cast function
CAST_SIGNED
function. #465CAST_DATE
function. #569CAST_DATETIME
function. #568CAST_TIME
function. #570CAST_DECIMAL
function. #571IF function
IF
&IFNULL
function. #493crypto function
SHA1
&SHA
function. #500String function
CHAR_LENGTH
function. #501LENGTH
function. #502CONCAT
function. #503CONCAT_WS
function. #505UPPER
function. #513LOWER
function. #517LEFT
function. #518RIGHT
function. #519REPEAT
function. #520SPACE
function. #537REPLACE
function. #538STRCMP
function. #539SUBSTRING
function. #542REVERSE
function. #543LTRIM
function. #552RTRIM
function. #553LPAD
function. #563RPAD
function. #564The text was updated successfully, but these errors were encountered: