What is a way for indexing on the first word of a character field? Tried the following but received an error "Invalid key length":
INDEX ON LEFT(LTRIM(name1), AT(" ",LTRIM(name1),1)-1) TAG name1
If I enter the above index command manually through the editing of indexes, IT WORKS!!!! - both in creating the index and in doing searches with the index...
Thanks...
INDEX ON LEFT(LTRIM(name1), AT(" ",LTRIM(name1),1)-1) TAG name1
If I enter the above index command manually through the editing of indexes, IT WORKS!!!! - both in creating the index and in doing searches with the index...
Thanks...