Creates
FULLTEXT
index for
first_name
column on
students
table
CREATE FULLTEXT INDEX ind_first_name ON students(first_name)
by Valeri Tandilashvili
4 years ago
MySQL
FULLTEXT index
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences