-
Notifications
You must be signed in to change notification settings - Fork 761
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
Feature: hope to support like mysql date_format and str_to_date fuction #11125
Labels
Comments
MySQL date_format('datetime', format) Formats the date value according to the format string. If either argument is NULL, the function returns NULL. Now databend use chrono lib parse date and datetime. So I think we can use this function to impl str_to_date.
And Date format can use this :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In applications, we often need to display the time format as yyyy-MM-dd HH: mm: ss or a custom time format,but databend only support to change yyyyMM yyyyMMDD yyyymmddhhmmss format.
The text was updated successfully, but these errors were encountered: