SQL: The Ultimate Intermediate Guide to Learning SQL Programming Step by Step by Reed Mark

SQL: The Ultimate Intermediate Guide to Learning SQL Programming Step by Step by Reed Mark

Author:Reed, Mark
Language: eng
Format: epub, pdf
Published: 2022-01-13T16:00:00+00:00


Razors

2016

37000.00

Razor Blades

2017

43000.00

Razor Blades

2017

45000.00

Razors

2017

46000.00

Razors

2017

48000.00

How to PIVOT Data in MySQL

MySQL does not support pivot, nor do a few other RDBMS databases such as Microsoft SQL Server and SQLite. However, like MySQL, some functions can simulate the functionality of pivot.

In MySQL, the case function can be used to pivot tables. The case function is a conditional statement. It will check to see if a condition is met before returning a result. It uses the same type of format as the “if … then … else … and is usually followed by an aggregate function or two such as when and then.

A simple explanatory example of using the case statement would be to consider a simple customer address log where you want to group customers by the towns they live in.

This simple script would look something like:

select residents, town, state, zip

from states

order by (CASE WHEN town is NULL THEN zip ELES state END);

The above script selects residents and sorts them by either their town, zip, or state.

In the next section, you are going to use the case function to pivot data using the prodsales table from the sales database you have created.

If you look at the data collected in the above prodsales table representation, you can see there are numerous ways you could manipulate and report on that data. One such report would be to view the number of sales per product per year as per the table below.

Pivoted Prodsales SQL Table



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Popular ebooks
Whisky: Malt Whiskies of Scotland (Collins Little Books) by dominic roskrow(55727)
What's Done in Darkness by Kayla Perrin(26404)
Shot Through the Heart: DI Grace Fisher 2 by Isabelle Grey(18923)
Shot Through the Heart by Mercy Celeste(18812)
The Fifty Shades Trilogy & Grey by E L James(18794)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 10 by Isuna Hasekura and Jyuu Ayakura(16844)
Python GUI Applications using PyQt5 : The hands-on guide to build apps with Python by Verdugo Leire(16744)
Peren F. Statistics for Business and Economics...Essential Formulas 3ed 2025 by Unknown(16709)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 03 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16546)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 01 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16175)
The Subtle Art of Not Giving a F*ck by Mark Manson(14094)
The 3rd Cycle of the Betrayed Series Collection: Extremely Controversial Historical Thrillers (Betrayed Series Boxed set) by McCray Carolyn(13980)
Stepbrother Stories 2 - 21 Taboo Story Collection (Brother Sister Stepbrother Stepsister Taboo Pseudo Incest Family Virgin Creampie Pregnant Forced Pregnancy Breeding) by Roxi Harding(13113)
Scorched Earth by Nick Kyme(12625)
Drei Generationen auf dem Jakobsweg by Stein Pia(10847)
Suna by Ziefle Pia(10783)
Scythe by Neal Shusterman(10175)
International Relations from the Global South; Worlds of Difference; First Edition by Arlene B. Tickner & Karen Smith(9404)
Successful Proposal Strategies for Small Businesses: Using Knowledge Management ot Win Govenment, Private Sector, and International Contracts 3rd Edition by Robert Frey(9233)
This is Going to Hurt by Adam Kay(8921)