Last active
November 6, 2020 18:24
-
-
Save RichardSilveira/a171a36ced4e2106b7a87565a81b0315 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
truck_id, | |
fleet, | |
fuel_capacity, | |
model, | |
load_capacity, | |
make, | |
measure_name | |
FROM "sampleDB".IoT | |
GROUP BY truck_id, fleet, fuel_capacity, model, load_capacity, make, measure_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment