Hi Guys,
I have one table with message_ids, status columns. I need to process all new min message_ids (even if the min message_id having more than one) from my table.
So, here my requirement is the I need to create a editioning view (since editioning view not supports subquery) and pull all NEW status min message_id records only with out using MIN function.
Please suggest me on this.
Thanks in advance!
Regards,
Lakshman