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
SELECT name as `name` , count(*) FROM V WHERE name IN ['Jack', 'Rose'] GROUP BY name LIMIT -1
SELECT name as `name` FROM V WHERE name IN ['Jack', 'Rose'] GROUP BY name LIMIT -1
Empty data
When I tried to use backquote with count(*), it doesn't return anything, but using name alone is okay, may you find the reason please?
name
Thanks, Matt
The text was updated successfully, but these errors were encountered:
Fix SQL aggregate projections together with back-tick quoted aliases
ccbfdcc
Resolves: #8544
d11a585
Hi @ttamatt
I just pushed a fix, it will be released with 3.0.8
Thanks
Luigi
Sorry, something went wrong.
Thanks!
luigidellaquila
No branches or pull requests
OrientDB Version: Latest Snapshot
Java Version: 1.8
OS: Centos 6.8
FAILED SQL
SUCCESSFUL SQL
Expected behavior
Actual behavior
When I tried to use backquote with count(*), it doesn't return anything, but using
name
alone is okay, may you find the reason please?Thanks,
Matt
The text was updated successfully, but these errors were encountered: