-
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 CAST_DATETIME
function.
#568
Comments
GavinLam164
pushed a commit
to GavinLam164/arana
that referenced
this issue
Feb 25, 2023
…-db#606) * add node config support (arana-db#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (arana-db#570) * Support MySQL CAST_DATE function. (arana-db#569) * Support MySQL CAST_DATETIME function. (arana-db#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation
AlexStocks
pushed a commit
that referenced
this issue
Apr 18, 2023
* add node config support (#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (#570) * Support MySQL CAST_DATE function. (#569) * Support MySQL CAST_DATETIME function. (#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation * Support CREATE TABLE * add: IfNotExists * fix: reformat imports * Resolve Conversation
AlexStocks
pushed a commit
that referenced
this issue
Jun 18, 2023
* add node config support (#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (#570) * Support MySQL CAST_DATE function. (#569) * Support MySQL CAST_DATETIME function. (#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation * Support CREATE TABLE * add: IfNotExists * fix: reformat imports * Resolve Conversation * Support window function: CUME_DIST * Support window function: PERCENT_RANK * Support window function: RANK * Support window function: DENSE_RANK * Support window function: FIRST_VALUE/LAST_VALUE/LAG/LEAD * Support window function: NTH_VALUE/NTILE/ROW_NUMBER * support argument(n) in LAG/LEAD * convert Int64 to Float64 in test case
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:
ref #459
official document:
https://dev.mysql.com/doc/refman/5.6/en/cast-functions.html#function_cast
reference code:
https://github.com/arana-db/arana/tree/master/pkg/runtime/function2/abs.go
The text was updated successfully, but these errors were encountered: