Skip to content
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

Add support for various MySQL date functions #113

Open
cyberhuman opened this issue Nov 30, 2022 · 0 comments
Open

Add support for various MySQL date functions #113

cyberhuman opened this issue Nov 30, 2022 · 0 comments

Comments

@cyberhuman
Copy link
Contributor

https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html

Some functions don't work because their names match the interval names: DAY(), MONTH(), YEAR(), HOUR(), MINUTE(), SECOND() etc.
EXTRACT() doesn't work because it has syntax EXTRACT(<interval_name> FROM <date_expression>) which is not recognized.

ygrek added a commit that referenced this issue Dec 8, 2023
ygrek added a commit that referenced this issue Dec 8, 2023
ygrek added a commit that referenced this issue Dec 8, 2023
ygrek added a commit that referenced this issue Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant