Can't access column from aggregates #759
virendrakabra14
started this conversation in
General
Replies: 1 comment
-
Hi @virendrakabra14, when working on that low level the
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
For this SQL
How do I access
tab1.col1
that is inside the count-aggregate?node = parsed[0].tokens[2]
gives theIdentifier
node but I cannot proceed after that.node.get_real_name()
givesCOUNT
andnode.get_alias()
givescnt
Beta Was this translation helpful? Give feedback.
All reactions