Created
August 27, 2016 11:31
-
-
Save tistaharahap/a220c63ef3b603b3b0b7e9eccbdfbadd 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]> CREATE INDEX last_names ON users (last_name); | |
Query OK, 0 rows affected (0.05 sec) | |
Records: 0 Duplicates: 0 Warnings: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment