MySQL Forums
Forum List  »  Newbie

Re: MYSQL Query Help
Posted by: Peter Brawley
Date: March 15, 2022 11:18AM

A "schema" is a database. What you describe is a table.

If I understand you right, you want to summarise row values per time and zone, that's a pivot table or crosstab; see that topic at https://www.artfulsoftware.com/queries.php for several methods with example sql.

Options: ReplyQuote


Subject
Written By
Posted
March 15, 2022 08:18AM
Re: MYSQL Query Help
March 15, 2022 11:18AM
March 16, 2022 06:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.