Aliases may cause aggregation models to become ineffective. #53955
Unanswered
smokeriu
asked this question in
A - General / Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I create a aggregate model:
And Insert:
When I query without alias. The result is ok:
However, I found that the results of using
DataGripwere abnormal, as they contained detailed data:After observing, I found that
DataGripadds an alias to the table name, just liketin the statement below:My Version:
2.1.6is not the latest.Has this issue been reported before and fixed in the new version?
Beta Was this translation helpful? Give feedback.
All reactions