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 happens if null values are involved in expressions?
How can you move the master database
Why is mysql used?
How do I install the latest mysql on ubuntu?
Is mysql a database?
Difference between CHAR and VARCHAR?
How can you export the table as an xml file in mysql?
What is dirty read and phantom read?
What are the advantages of mysql in comparison to oracle?
What port is mysql running on?
Explain Access Control Lists.
What are the steps required to view your mysql database?
What is the difference between a database and a table?
What does schema mean?
What is the latest mysql version?