Skip to content

Update SQLZOO_solutions.md#4

Open
Aleksandar-Brodschneider wants to merge 1 commit into
codyloyd:masterfrom
Aleksandar-Brodschneider:patch-1
Open

Update SQLZOO_solutions.md#4
Aleksandar-Brodschneider wants to merge 1 commit into
codyloyd:masterfrom
Aleksandar-Brodschneider:patch-1

Conversation

@Aleksandar-Brodschneider
Copy link
Copy Markdown

In SUM and COUNT (excercise nr. 8) is missing an equal sign:

SELECT continent
FROM world
GROUP BY continent
HAVING SUM(population) >= 100000000

In SUM and COUNT (excercise nr. 8) is missing an equal sign: 

SELECT continent 
FROM world
GROUP BY continent
HAVING SUM(population) >= 100000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant