Corrected spelling on Line 32 (#25686)
Corrected spelling on Line 32 of "candidate".
This commit is contained in:
committed by
Aditya
parent
3f695e4ebd
commit
9bb7c08d9b
@ -29,7 +29,7 @@ and sat_score > 800;
|
||||

|
||||
|
||||
|
||||
This is a more complex example from the campaign contributions table. This example has a GROUP BY clause with HAVING clause using an AND to restrict the returned records to candates from 2016 with contributions between $3 Million and $18 Million in total.
|
||||
This is a more complex example from the campaign contributions table. This example has a GROUP BY clause with HAVING clause using an AND to restrict the returned records to candidates from 2016 with contributions between $3 Million and $18 Million in total.
|
||||
```sql
|
||||
select Candidate, Office_Sought, Election_Year, FORMAT(sum(Total_$),2) from combined_party_data
|
||||
where Office_Sought = 'PRESIDENT / VICE PRESIDENT'
|
||||
|
Reference in New Issue
Block a user