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
when used as GROUP_CONCAT in query it works but when used group_concat it throws the following:
GROUP_CONCAT
group_concat
TypeError: alasql.fn["group_concat"] is not a function. (In 'alasql.fn["group_concat"](g['fieldName'])', 'alasql.fn["group_concat"]' is undefined)
this is not the case with other aggregation functions like count for example.
count
The text was updated successfully, but these errors were encountered:
Can you assign to me, @mathiasrw Thanks!
Sorry, something went wrong.
Hi I already have experience in fixing these issues. Can you please assign it to me?
fix(group_concat): Added fix for group_concat AlaSQL#1898
79828a4
Support lower case group_concat to fix #1898 (#1900)
7ab8535
Co-authored-by: vishal diyora <[email protected]>
Fix released as part of v4.3.1
Successfully merging a pull request may close this issue.
when used as
GROUP_CONCAT
in query it works but when usedgroup_concat
it throws the following:this is not the case with other aggregation functions like
count
for example.The text was updated successfully, but these errors were encountered: