Skip to content

Instantly share code, notes, and snippets.

@nikolasd
Last active October 23, 2018 13:37
Show Gist options
  • Save nikolasd/c45f94ec7553e62c551ba6746af24588 to your computer and use it in GitHub Desktop.
Save nikolasd/c45f94ec7553e62c551ba6746af24588 to your computer and use it in GitHub Desktop.
Pylon SQL - Εύρεση διπλών reservations
SELECT
heresnum,
COUNT(*)
FROM HERESERVATIONS
GROUP BY heresnum
HAVING COUNT(*) > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment