Rewrite this query to calculate the MIN, AVERAGE, and MAX of the Temperature field.

  • haseebrahman7 - Tuesday, May 22, 2018 10:30 AM

    Is this a blog post, or do you have a question?

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Question is how would I rewrite this query to calculate the MIN, AVERAGE, and MAX of the Temperature field

  • haseebrahman7 - Tuesday, May 22, 2018 11:11 AM

    Question is how would I rewrite this query to calculate the MIN, AVERAGE, and MAX of the Temperature field

    With no grouping?
    Just remove RecordDate, Latitude and Longitude from the SELECT list and remove the entire GROUP BY clause.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Thank u

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply