Hi All,
I need to have a unique column as row_id in a volatile table, with values to be populated based on the order of Insertion happened. I cannot have it based on the timestamp of insert, since more than one row may be inserted in a same fraction of second. Please suggest whether to have a sequence generated unique column or any other possible solution to acheive this.
Will a sequence generated column be possible in volatile table... Thanks in Advance.
Regards,
Bala.
Forums: