Replies: 2 comments 1 reply
-
Yes, but every DBMS had its own function list. Which list do you want to refer to? |
Beta Was this translation helpful? Give feedback.
1 reply
-
MySQL common functions we basically support: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The functions already support can be found in https://databend.rs/doc/reference/functions/.
But I think better to have a place showing the development plan, if a function is important but lack in current version, we need to catch up, if a function can implement with other ways we had, better to have a doc about it.
Important functions (not implement yet)
Will Not Implement(have a way to replace it)
cc @sundy-li
Beta Was this translation helpful? Give feedback.
All reactions