Обсуждение: how to get compound indexes

Поиск
Список
Период
Сортировка

how to get compound indexes

От
John fabiani
Дата:
Hi,
Is it possible to have compound indexes?  As in
Create index glacnt1 on glacnt(glacnt+yearprd);

I would like to combine two strings as the index.

John