Subject Index, several fields
Author Michael Vilhelmsen
Hi

Can I make a index on two fields in a table, where the condition is
something like this:

create index MyIdx
on MyTable (((MyField1*100)+MyField2));


Regards
Michael