Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

multiple function calls in aggregation queries #292

Closed
anirudha opened this issue Nov 18, 2019 · 1 comment
Closed

multiple function calls in aggregation queries #292

anirudha opened this issue Nov 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@anirudha
Copy link
Contributor

eg. enabling the following query, in exploratory/design stage

SELECT DestCountry, dayOfWeek, (max(FlightDelayMin) - min(FlightDelayMin)) as diff FROM flights
GROUP BY DestCountry, dayOfWeek

#placeholder description

@penghuo
Copy link
Contributor

penghuo commented Jan 24, 2020

closed with commit.3730ac6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants