I have two tables and two queries on those tables. I am using SQL workbench to query these tables. Can someone tell me the syntax of adding BTREE or HASH index to these tables?
CREATE INDEX
supports USING BTREE
or USING HASH
on the end.
http://dev.mysql.com/doc/refman/5.0/en/create-index.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With