We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
orderBy col
groupBy col
orderBy c1 in a query without groupBy c1 and c1 not used in an aggregate function results in a runtime error.
orderBy c1
groupBy c1
c1