Skip to content

Instantly share code, notes, and snippets.

@Goryudyuma
Created February 28, 2018 07:38
Show Gist options
  • Save Goryudyuma/02853e5585ab6491c40e5906b0549bca to your computer and use it in GitHub Desktop.
Save Goryudyuma/02853e5585ab6491c40e5906b0549bca to your computer and use it in GitHub Desktop.
MISQUERY ONLINE
SELECT
SUM(n) AS sum,
MAX(n) AS max,
MIN(n) AS min
FROM tbl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment