SQL/MX 2.x Reference Manual (H06.04+)

SQL/MX Utilities
HP NonStop SQL/MX Reference Manual540440-003
5-75
Examples of POPULATE INDEX
Examples of POPULATE INDEX
This example loads the specified index from the specified table:
POPULATE INDEX myindex ON mycat.myschema.mytable;
This example loads the specified index from the specified table, which uses the
default catalog and schema:
POPULATE INDEX index2 ON table2;