How do you index just the first four bytes of the column?
Answer Posted / monika
alter table table_name add index(substr(column_name,1,4));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ISAM?
Explain triggers and stored procedures?
How triggers can be used in mysql?
How to delete a database from mysql server.
What are the advantages of myisam over innodb?
Where is mysql data stored linux?
How can I create a database in mysql?
Why do we use preparedstatement?
What is memory table in mysql?
What is the phantom problem?
What is limit in mysql?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
What is myisam?
How can I create database in mysql?
What is required to create mysql database?