Skip to content

SELECT in SELECT - Q6 #20

@edblayney

Description

@edblayney

Incorporating NULL into answer

SELECT name FROM world
WHERE gdp > ALL(SELECT gdp FROM world WHERE gdp IS NOT NULL
AND continent = 'Europe')
AND continent != 'Europe'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions