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 some datetime extraction functions #624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abykovsk
Copy link

Added functions to extract last day of month, determine leap years, determine end/start of month/quarter/year.

@mattpulver
Copy link
Contributor

Thank you for the PR.

Are these features being required/requested in a real project? If so a brief description to motivate these features would be useful. In general we don't want to add features that may look nice but are not used in practice.

@mflaxman10
Copy link
Contributor

Can vouch for at least two customer requests for the quarter-related functions, which are of course common in business reporting.

@mattpulver
Copy link
Contributor

Can vouch for at least two customer requests for the quarter-related functions, which are of course common in business reporting.

@mflaxman10 We support QUARTER: https://docs.omnisci.com/sql/data-manipulation-dml/functions-operators#supported-types
Do you have any example queries that are difficult to express in our current language?

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

Successfully merging this pull request may close these issues.

None yet

3 participants