We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a function date_format to format a timestamp, date or datetime value into a string value.
date_format
For example:
select date_format(now(), ,'%Y-%m-%d %T.%000');
Format a format a timestamp/date/datetime value into string.
No response
The text was updated successfully, but these errors were encountered:
related to apache/datafusion#5398
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What problem does the new feature solve?
We need a function
date_format
to format a timestamp, date or datetime value into a string value.For example:
What does the feature do?
Format a format a timestamp/date/datetime value into string.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: