Skip to content

Instantly share code, notes, and snippets.

@Sanjogsharma
Created July 25, 2015 23:23
Show Gist options
  • Select an option

  • Save Sanjogsharma/682b8250f740299aa74d to your computer and use it in GitHub Desktop.

Select an option

Save Sanjogsharma/682b8250f740299aa74d to your computer and use it in GitHub Desktop.
SELECT Name
FROM Salesperson
WHERE ID in (SELECT salesperson_id
FROM Orders
HAVING COUNT(Number) >= 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment