How in alter() transfer a specific secondary key, if I have two secondary key.
alter()
You can specify the required index like this:
box.space.space_name.index.<index name>:alter(...)
Instead of <index name> specify the index you want to alter.
<index name>