Created
February 28, 2018 07:38
-
-
Save Goryudyuma/02853e5585ab6491c40e5906b0549bca to your computer and use it in GitHub Desktop.
MISQUERY ONLINE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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