Hi,
I have a table linked to two others and I need to create two indexes for this table with one common column.
For instance: my ALERT table has a type which is mandatory in the index used when I retrieve alerts for a user and when I retrieve alerts for an automation module. The both sources can create/generate alerts.
Code:
USER MODULE
|_________________|
|
ALERT: one index for the user and one for the module
with different columns for each one and the alert type
in common
I tried to specified two "index" attributes, and one index attribute with two columns separeated by a "," or ";". But id did not work.
My question : how can I specify for a column that it is part of two multiple column indexes?
Thank for help,
C-Rock