Last active
August 27, 2016 11:47
-
-
Save tistaharahap/6f39d343e5f86da25cfb1fbf2951ba65 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
MariaDB [fun]> SELECT COUNT(DISTINCT last_name) AS cardinality FROM users; | |
+-------------+ | |
| cardinality | | |
+-------------+ | |
| 9 | | |
+-------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment