Subject | Index, several fields |
---|---|
Author | Michael Vilhelmsen |
Post date | 2003-05-12T11:57:44Z |
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
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