Hi,
On the pers_related view there is a column called Related_id, does anyone know if this field should be incremental or not as I am unable to work out the logic.
Thank you.
Nikki
Hi,
On the pers_related view there is a column called Related_id, does anyone know if this field should be incremental or not as I am unable to work out the logic.
Thank you.
Nikki
Hi
It seems to be taken from the oracle sequence "RELATED_ID".
Cheers !
Dhananjaya.
Hi
This is incremental.
(Related_Id gets the next value each time when inserting a new record. If the current value is 10, then the next value would be 11 or higher as how the sequence is defined.)
/Sandun M.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.