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
Write a query to retrieve a hundred books starting from 20th.
How do I run a query in mysql?
What is mysql cursor?
How do I insert multiple rows in a table?
What are the method you will follow while sql installing
Restore database (or database table) from backup.
What is row level locking?
How to convert numeric values to character strings?
How do I use mysql?
What is dump in mysql?
Can you tell which of the following where clauses is faster?
What is the maximum number of columns per table?
What is mysql community edition?
What is the purpose of using timestamp data type?
What is the default password for mysql?