> In the code below:
>
> SELECT products
>
> AFIELDS(myArray)
>
> CREATE CURSOR products_shadow FROM ARRAY myArray
>
> In the code, if the field "product_code" in the "product" table is ordered ascending, does the newly created cursor "products_shadow" inherit the index?
>
> Nilson
If you're talking about indices - I don't think so. I just tried it, and indices were not reproduced.
Regards,
Ilya