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

group by EXTRACT function doesn't work [CORE428] #772

Closed
firebird-automations opened this issue Apr 19, 2002 · 2 comments
Closed

group by EXTRACT function doesn't work [CORE428] #772

firebird-automations opened this issue Apr 19, 2002 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Andrei Kireev (andreik)

Assigned to: @ArnoBrinkman

SFID: 546274#⁠
Submitted By: andreik

hi,

In Firebird 1.0 one can do the next query:

SELECT udf(datefield), count(*) FROM sometable
GROUP BY udf(datefield)

But the next statement raises an error:

SELECT EXTRACT(month FROM datefield), count(*)
FROM sometable GROUP BY EXTRACT(MONTH FROM datefield)

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10452 ] => Firebird [ 14742 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant