Last active
August 29, 2016 13:07
-
-
Save tistaharahap/791899406d4f534bd6fb62c656f260ba 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 first_and_last_names ON users (first_name, last_name); | |
Query OK, 0 rows affected (0.01 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