Skip to content

Instantly share code, notes, and snippets.

@RichardSilveira
Last active November 6, 2020 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardSilveira/a171a36ced4e2106b7a87565a81b0315 to your computer and use it in GitHub Desktop.
Save RichardSilveira/a171a36ced4e2106b7a87565a81b0315 to your computer and use it in GitHub Desktop.
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